This commit is contained in:
2025-08-25 22:00:31 +02:00
parent 14839b1f22
commit c08cc7a903

View File

@@ -138,16 +138,6 @@ spec:
- { name: dns-tcp, containerPort: 53, protocol: TCP }
- { name: health, containerPort: 8080, protocol: TCP }
- { name: ready, containerPort: 8181, protocol: TCP }
livenessProbe:
httpGet: { path: /health, port: 8080 }
initialDelaySeconds: 5
periodSeconds: 10
readinessProbe:
httpGet: { path: /ready, port: 8181 }
initialDelaySeconds: 3
periodSeconds: 5
volumeMounts:
- { name: corefile, mountPath: /etc/coredns }
volumes:
- name: corefile
configMap: { name: coredns-corefile, items: [{key: Corefile, path: Corefile}] }