fix(matrix-synapse/service): fix typo (serviceport -> service.port)
This commit is contained in:
parent
80eb32741a
commit
003aa144ac
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- port: {{ .Values.serviceport | default 8008 }}
|
- port: {{ .Values.service.port | default 8008 }}
|
||||||
targetPort: {{ .Values.service.targetPort | default "http" }}
|
targetPort: {{ .Values.service.targetPort | default "http" }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
|
|
Loading…
Reference in a new issue