diff --git a/charts/app/templates/frontend-site-registry/templates/deployment.yaml b/charts/app/templates/frontend-site-registry/templates/deployment.yaml index 6fce0172..3a2b7d47 100644 --- a/charts/app/templates/frontend-site-registry/templates/deployment.yaml +++ b/charts/app/templates/frontend-site-registry/templates/deployment.yaml @@ -42,10 +42,8 @@ spec: containerPort: 8080 protocol: TCP readinessProbe: - httpGet: - path: / + tcpSocket: port: 8080 - scheme: HTTP initialDelaySeconds: 5 periodSeconds: 2 timeoutSeconds: 2 @@ -55,10 +53,8 @@ spec: livenessProbe: successThreshold: 1 failureThreshold: 3 - httpGet: - path: / + tcpSocket: port: 8080 - scheme: HTTP initialDelaySeconds: 15 periodSeconds: 30 timeoutSeconds: 5