We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192bb32 commit 98e30ceCopy full SHA for 98e30ce
chart/templates/ws-proxy-deployment.yaml
@@ -34,6 +34,10 @@ spec:
34
component: ws-proxy
35
kind: pod
36
stage: {{ .Values.installation.stage }}
37
+ annotations:
38
+ prometheus.io/scrape: 'true'
39
+ prometheus.io/path: "/metrics"
40
+ prometheus.io/port: '60095'
41
spec:
42
{{ include "gitpod.pod.affinity" $this | indent 6 }}
43
serviceAccountName: ws-proxy
0 commit comments