Skip to content
Snippets Groups Projects
Commit 90a7129f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4786 Revert netwqork_policy and readiness timeout

parent 002ad826
Branches
Tags
No related merge requests found
...@@ -95,7 +95,7 @@ spec: ...@@ -95,7 +95,7 @@ spec:
scheme: HTTP scheme: HTTP
periodSeconds: 10 periodSeconds: 10
successThreshold: 1 successThreshold: 1
timeoutSeconds: 40 timeoutSeconds: 3
startupProbe: startupProbe:
httpGet: httpGet:
path: /actuator/health/readiness path: /actuator/health/readiness
......
...@@ -21,7 +21,7 @@ spec: ...@@ -21,7 +21,7 @@ spec:
- to: - to:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: ozgcloud-mongodb-nicht-erreichbar component: ozgcloud-mongodb
ports: ports:
- port: 27017 - port: 27017
protocol: TCP protocol: TCP
......
...@@ -158,7 +158,7 @@ tests: ...@@ -158,7 +158,7 @@ tests:
value: 1 value: 1
- equal: - equal:
path: spec.template.spec.containers[0].readinessProbe.timeoutSeconds path: spec.template.spec.containers[0].readinessProbe.timeoutSeconds
value: 40 value: 3
- equal: - equal:
path: spec.template.spec.containers[0].startupProbe.httpGet.path path: spec.template.spec.containers[0].startupProbe.httpGet.path
value: "/actuator/health/readiness" value: "/actuator/health/readiness"
......
...@@ -70,7 +70,7 @@ tests: ...@@ -70,7 +70,7 @@ tests:
- to: - to:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: ozgcloud-mongodb-nicht-erreichbar component: ozgcloud-mongodb
ports: ports:
- port: 27017 - port: 27017
protocol: TCP protocol: TCP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment