Skip to content

Commit 0d84a45

Browse files
[registry-facade] added metrics port to daemonset (gitpod-io#2358)
1 parent c9a84b0 commit 0d84a45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chart/templates/registry-facade-daemonset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ spec:
4848
- name: registry
4949
containerPort: {{ $comp.ports.registry.containerPort }}
5050
hostPort: {{ $comp.ports.registry.servicePort }}
51+
- name: metrics
52+
containerPort: 9500
5153
securityContext:
5254
privileged: false
5355
runAsUser: 1000

0 commit comments

Comments
 (0)