fix(matrix-synapse/service): fix typo (serviceport -> service.port)

This commit is contained in:
Alex Babel 2021-11-21 00:40:03 +01:00
parent 80eb32741a
commit 003aa144ac
No known key found for this signature in database
GPG key ID: 172C226B30136F43

View file

@ -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