diff --git a/ansible/roles/schulcloud-client-core/templates/deployment.yml.j2 b/ansible/roles/schulcloud-client-core/templates/deployment.yml.j2 index 6f536a913b..a7e8af4bbe 100644 --- a/ansible/roles/schulcloud-client-core/templates/deployment.yml.j2 +++ b/ansible/roles/schulcloud-client-core/templates/deployment.yml.j2 @@ -61,21 +61,21 @@ spec: name: http-headers readinessProbe: httpGet: - path: /version + path: /login port: 3100 timeoutSeconds: 4 failureThreshold: 3 periodSeconds: 10 livenessProbe: httpGet: - path: /version + path: /login port: 3100 timeoutSeconds: 4 failureThreshold: 3 periodSeconds: 15 startupProbe: httpGet: - path: / + path: /login port: 3100 timeoutSeconds: 4 failureThreshold: 36