Added metrics port

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-09-07 08:33:19 +01:00
parent 3284df8454
commit 2c4742c223
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78

View File

@ -42,6 +42,9 @@ spec:
- name: http
containerPort: 8008
protocol: TCP
- name: metrics
containerPort: 9090
protocol: TCP
env:
- name: SYNCV3_SERVER
value: https://matrix.cluster.fun
@ -77,6 +80,10 @@ spec:
- port: 80
targetPort: http
name: web
- port: 9090
targetPort: metrics
protocol: TCP
name: metrics
selector:
app.kubernetes.io/name: sliding-sync
---