Files
bind/debug-pod.yaml
Wolfgang Hottgenroth ac7a5ab287
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
debug 2
2025-10-27 16:20:56 +01:00

33 lines
763 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: bind-debug
labels:
app: bind-debug
spec:
replicas: 1
selector:
matchLabels:
app: bind-debug
template:
metadata:
labels:
app: bind-debug
spec:
containers:
- name: bind-debug
image: alpine:latest
command: ["sleep", "3600"]
volumeMounts:
- name: bind-zones
mountPath: /mnt/zones
- name: transfer-key-secret
mountPath: /mnt/keys
readOnly: true
volumes:
- name: bind-zones
persistentVolumeClaim:
claimName: bind-hidden-primary-zones
- name: transfer-key-secret
secret:
secretName: transfer-key