matrix-media-repo: Add metrics port to port list
This commit is contained in:
parent
397d007af6
commit
f721c1c8e4
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ spec:
|
|||
- name: http
|
||||
containerPort: 8000
|
||||
protocol: TCP
|
||||
- name: metrics
|
||||
containerPort: 9000
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
Loading…
Reference in a new issue