diff --git a/deploy/3.deployment.tmpl.yaml b/deploy/3.deployment.tmpl.yaml index d1395f0..c47e1e5 100644 --- a/deploy/3.deployment.tmpl.yaml +++ b/deploy/3.deployment.tmpl.yaml @@ -58,21 +58,18 @@ spec: readOnly: true # Health checks startupProbe: - httpGet: - path: /lcg + tcpSocket: port: 8080 initialDelaySeconds: 10 periodSeconds: 5 failureThreshold: 30 readinessProbe: - httpGet: - path: /lcg + tcpSocket: port: 8080 initialDelaySeconds: 5 periodSeconds: 10 livenessProbe: - httpGet: - path: /lcg + tcpSocket: port: 8080 initialDelaySeconds: 10 periodSeconds: 60 diff --git a/kustomize/deployment.yaml b/kustomize/deployment.yaml index cce6280..8b20509 100644 --- a/kustomize/deployment.yaml +++ b/kustomize/deployment.yaml @@ -58,21 +58,18 @@ spec: readOnly: true # Health checks startupProbe: - httpGet: - path: /lcg + tcpSocket: port: 8080 initialDelaySeconds: 10 periodSeconds: 5 failureThreshold: 30 readinessProbe: - httpGet: - path: /lcg + tcpSocket: port: 8080 initialDelaySeconds: 5 periodSeconds: 10 livenessProbe: - httpGet: - path: /lcg + tcpSocket: port: 8080 initialDelaySeconds: 10 periodSeconds: 60