Added metrics port
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
3284df8454
commit
2c4742c223
@ -42,6 +42,9 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 8008
|
containerPort: 8008
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: metrics
|
||||||
|
containerPort: 9090
|
||||||
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: SYNCV3_SERVER
|
- name: SYNCV3_SERVER
|
||||||
value: https://matrix.cluster.fun
|
value: https://matrix.cluster.fun
|
||||||
@ -77,6 +80,10 @@ spec:
|
|||||||
- port: 80
|
- port: 80
|
||||||
targetPort: http
|
targetPort: http
|
||||||
name: web
|
name: web
|
||||||
|
- port: 9090
|
||||||
|
targetPort: metrics
|
||||||
|
protocol: TCP
|
||||||
|
name: metrics
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: sliding-sync
|
app.kubernetes.io/name: sliding-sync
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user