Browse Source

Change readiness probe

master
Fábio Kaiser Rauber 3 years ago
parent
commit
1fba9afcd9
  1. 7
      charts/mailproxy/v0.1.0/templates/nginx-deployment.yaml

7
charts/mailproxy/v0.1.0/templates/nginx-deployment.yaml

@ -41,9 +41,10 @@ spec:
path: / path: /
port: http port: http
readinessProbe: readinessProbe:
httpGet: tcpSocket:
path: / port: 993
port: http initialDelaySeconds: 10
periodSeconds: 15
volumeMounts: volumeMounts:
- mountPath: /etc/nginx/nginx.conf - mountPath: /etc/nginx/nginx.conf
subPath: nginx-conf subPath: nginx-conf

Loading…
Cancel
Save