From f721c1c8e4215547e00a77beb5d8919acf6c3b90 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 21 Mar 2023 14:05:48 +0000 Subject: [PATCH] matrix-media-repo: Add metrics port to port list --- charts/matrix-media-repo/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/matrix-media-repo/templates/deployment.yaml b/charts/matrix-media-repo/templates/deployment.yaml index cde272b..e183681 100644 --- a/charts/matrix-media-repo/templates/deployment.yaml +++ b/charts/matrix-media-repo/templates/deployment.yaml @@ -61,6 +61,9 @@ spec: - name: http containerPort: 8000 protocol: TCP + - name: metrics + containerPort: 9000 + protocol: TCP livenessProbe: httpGet: path: /healthz