Skip to content
Snippets Groups Projects
Commit 48bdf2bf authored by Martin's avatar Martin
Browse files

OZG-7121 adjust readiness/startup probes from http to https

parent 3085d98c
Branches release
Tags 1.8.0
1 merge request!3Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"
Pipeline #1158 failed
......@@ -83,7 +83,7 @@ spec:
httpGet:
path: /actuator/health/readiness
port: 8081
scheme: HTTP
scheme: HTTPS
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
......@@ -91,7 +91,7 @@ spec:
httpGet:
path: /actuator/health/readiness
port: 8081
scheme: HTTP
scheme: HTTPS
failureThreshold: 10
initialDelaySeconds: 30
periodSeconds: 10
......
......@@ -162,7 +162,7 @@ tests:
value: 8081
- equal:
path: spec.template.spec.containers[0].readinessProbe.httpGet.scheme
value: "HTTP"
value: "HTTPS"
- equal:
path: spec.template.spec.containers[0].readinessProbe.periodSeconds
value: 10
......@@ -178,6 +178,9 @@ tests:
- equal:
path: spec.template.spec.containers[0].startupProbe.httpGet.port
value: 8081
- equal:
path: spec.template.spec.containers[0].startupProbe.httpGet.scheme
value: "HTTPS"
- equal:
path: spec.template.spec.containers[0].startupProbe.failureThreshold
value: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment