Skip to content
Snippets Groups Projects
Commit 8ba94cbd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6665 Fix test

parent eec3b26e
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ tests: ...@@ -53,7 +53,7 @@ tests:
failureThreshold: 10 failureThreshold: 10
httpGet: httpGet:
path: /q/health/started path: /q/health/started
port: 8080 port: management
scheme: HTTP scheme: HTTP
initialDelaySeconds: 15 initialDelaySeconds: 15
periodSeconds: 5 periodSeconds: 5
...@@ -72,7 +72,7 @@ tests: ...@@ -72,7 +72,7 @@ tests:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
path: /q/health/ready path: /q/health/ready
port: 8080 port: management
scheme: HTTP scheme: HTTP
periodSeconds: 10 periodSeconds: 10
successThreshold: 1 successThreshold: 1
...@@ -86,7 +86,7 @@ tests: ...@@ -86,7 +86,7 @@ tests:
failureThreshold: 10 failureThreshold: 10
httpGet: httpGet:
path: /q/health/started path: /q/health/started
port: 8080 port: management
scheme: HTTP scheme: HTTP
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment