add busybox debug pod

This commit is contained in:
Tobias Brunner 2023-03-26 21:15:02 +02:00
parent 42aea597b1
commit 2aa84c51d3
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

20
hack/debug-pod.yaml Normal file
View file

@ -0,0 +1,20 @@
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