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:
|
labels:
|
||||||
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: {{ .Values.service.type | default "ClusterIP" }}
|
||||||
ports:
|
ports:
|
||||||
- port: {{ .Values.service.port }}
|
- port: {{ .Values.service.port }}
|
||||||
targetPort: {{ .Values.service.targetPort | default "http" }}
|
targetPort: {{ .Values.service.targetPort | default "http" }}
|
||||||
|
|
Loading…
Reference in a new issue