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

OZG-6665 Change port of probes to management port

parent f2423d83
No related branches found
No related tags found
No related merge requests found
......@@ -137,11 +137,14 @@ spec:
- containerPort: 8080
name: http
protocol: TCP
- containerPort: 9002
name: management
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
path: /q/health/ready
port: 8080
port: management
scheme: HTTP
periodSeconds: 10
successThreshold: 1
......@@ -150,7 +153,7 @@ spec:
failureThreshold: 10
httpGet:
path: /q/health/started
port: 8080
port: management
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
......@@ -161,7 +164,7 @@ spec:
failureThreshold: 10
httpGet:
path: /q/health/started
port: 8080
port: management
scheme: HTTP
initialDelaySeconds: 15
periodSeconds: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment