18 lines
383 B
YAML
18 lines
383 B
YAML
|
#apiVersion: v1
|
||
|
#kind: Pod
|
||
|
#metadata:
|
||
|
# namespace: privatebin
|
||
|
# name: data-transfer-pod
|
||
|
#spec:
|
||
|
# containers:
|
||
|
# - name: transfer
|
||
|
# image: busybox
|
||
|
# command: ["sleep", "3600"]
|
||
|
# volumeMounts:
|
||
|
# - mountPath: /srv/data
|
||
|
# name: longhorn-volume
|
||
|
# volumes:
|
||
|
# - name: longhorn-volume
|
||
|
# persistentVolumeClaim:
|
||
|
# claimName: privatebin-data
|