Files
bind/debug-pod.yaml
Wolfgang Hottgenroth 9cb7aae1b9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
key changes
2025-10-27 17:01:42 +01:00

27 lines
568 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
volumes:
- name: bind-zones
persistentVolumeClaim:
claimName: bind-hidden-primary-zones