dn
This commit is contained in:
10
dns/dns.yaml
10
dns/dns.yaml
@@ -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}] }
|
||||
|
||||
Reference in New Issue
Block a user