gitops-zurrli/hack/debug-pod.yaml

21 lines
386 B
YAML
Raw Normal View History

2023-03-26 19:15:02 +00:00
apiVersion: v1
kind: Pod
metadata:
name: debugger
spec:
containers:
- image: busybox
imagePullPolicy: IfNotPresent
name: busybox
stdin: true
stdinOnce: true
tty: true
volumeMounts:
- mountPath: /data
name: data
resources: {}
volumes:
- name: data
persistentVolumeClaim:
claimName: data-headscale-0