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
No related branches found
No related tags found
No related merge requests found
...@@ -138,13 +138,13 @@ spec: ...@@ -138,13 +138,13 @@ spec:
name: http name: http
protocol: TCP protocol: TCP
- containerPort: 9002 - containerPort: 9002
name: management name: metrics
protocol: TCP protocol: TCP
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
path: /q/health/ready path: /q/health/ready
port: management port: metrics
scheme: HTTP scheme: HTTP
periodSeconds: 10 periodSeconds: 10
successThreshold: 1 successThreshold: 1
...@@ -153,7 +153,7 @@ spec: ...@@ -153,7 +153,7 @@ spec:
failureThreshold: 10 failureThreshold: 10
httpGet: httpGet:
path: /q/health/started path: /q/health/started
port: management port: metrics
scheme: HTTP scheme: HTTP
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
...@@ -164,7 +164,7 @@ spec: ...@@ -164,7 +164,7 @@ spec:
failureThreshold: 10 failureThreshold: 10
httpGet: httpGet:
path: /q/health/started path: /q/health/started
port: management port: metrics
scheme: HTTP scheme: HTTP
initialDelaySeconds: 15 initialDelaySeconds: 15
periodSeconds: 5 periodSeconds: 5
......
...@@ -39,7 +39,7 @@ spec: ...@@ -39,7 +39,7 @@ spec:
- name: http - name: http
port: 8080 port: 8080
protocol: TCP protocol: TCP
- name: management - name: metrics
port: 9002 port: 9002
protocol: TCP protocol: TCP
selector: selector:
......
...@@ -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: management port: metrics
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: management port: metrics
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: management port: metrics
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