Skip to content

Commit 98e30ce

Browse files
author
Christian Weichel
committed
[ws-proxy] Add Prometheus annotations to pod
1 parent 192bb32 commit 98e30ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chart/templates/ws-proxy-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ spec:
3434
component: ws-proxy
3535
kind: pod
3636
stage: {{ .Values.installation.stage }}
37+
annotations:
38+
prometheus.io/scrape: 'true'
39+
prometheus.io/path: "/metrics"
40+
prometheus.io/port: '60095'
3741
spec:
3842
{{ include "gitpod.pod.affinity" $this | indent 6 }}
3943
serviceAccountName: ws-proxy

0 commit comments

Comments
 (0)