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