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

OZG-6665 Expose management port in service

parent 5e47345c
Branches
Tags
No related merge requests found
......@@ -138,13 +138,13 @@ spec:
name: http
protocol: TCP
- containerPort: 9002
name: management
name: metrics
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
path: /q/health/ready
port: management
port: metrics
scheme: HTTP
periodSeconds: 10
successThreshold: 1
......@@ -153,7 +153,7 @@ spec:
failureThreshold: 10
httpGet:
path: /q/health/started
port: management
port: metrics
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
......@@ -164,7 +164,7 @@ spec:
failureThreshold: 10
httpGet:
path: /q/health/started
port: management
port: metrics
scheme: HTTP
initialDelaySeconds: 15
periodSeconds: 5
......
......@@ -39,7 +39,7 @@ spec:
- name: http
port: 8080
protocol: TCP
- name: management
- name: metrics
port: 9002
protocol: TCP
selector:
......
......@@ -53,7 +53,7 @@ tests:
failureThreshold: 10
httpGet:
path: /q/health/started
port: management
port: metrics
scheme: HTTP
initialDelaySeconds: 15
periodSeconds: 5
......@@ -72,7 +72,7 @@ tests:
failureThreshold: 3
httpGet:
path: /q/health/ready
port: management
port: metrics
scheme: HTTP
periodSeconds: 10
successThreshold: 1
......@@ -86,7 +86,7 @@ tests:
failureThreshold: 10
httpGet:
path: /q/health/started
port: management
port: metrics
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment