use service type from values

This commit is contained in:
Marco Martinez 2022-12-07 09:55:34 +01:00
parent 6b2553e72a
commit a4d4f8dc78
No known key found for this signature in database

View file

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