use service type from values
This commit is contained in:
parent
6b2553e72a
commit
a4d4f8dc78
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: ClusterIP
|
||||
type: {{ .Values.service.type | default "ClusterIP" }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: {{ .Values.service.targetPort | default "http" }}
|
||||
|
|
Loading…
Reference in a new issue