diff --git a/charts/caduser/v0.1.0/templates/deployment.yaml b/charts/caduser/v0.1.0/templates/deployment.yaml index e3cfac2..e25a4ea 100644 --- a/charts/caduser/v0.1.0/templates/deployment.yaml +++ b/charts/caduser/v0.1.0/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: name: media livenessProbe: httpGet: - path: / + path: /admin/login/ port: http initialDelaySeconds: 60 failureThreshold: 3 @@ -93,7 +93,7 @@ spec: timeoutSeconds: 5 readinessProbe: httpGet: - path: / + path: /admin/login/ port: http initialDelaySeconds: 30 failureThreshold: 3