mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
Use name instead of number for k8s service port
This commit is contained in:
parent
7863a405a5
commit
741c73ffbe
|
|
@ -14,4 +14,4 @@ spec:
|
||||||
- name: http
|
- name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: {{ .Values.service.port }}
|
port: {{ .Values.service.port }}
|
||||||
targetPort: 8008
|
targetPort: http
|
||||||
Loading…
Reference in a new issue