mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
fix yaml
This commit is contained in:
@@ -3,7 +3,7 @@ service:
|
||||
nextcloud:
|
||||
enabled: true
|
||||
primary: true
|
||||
{{- if not .Values.ncNetwork.certificateID -}}
|
||||
{{- if not .Values.ncNetwork.certificateID }}
|
||||
type: NodePort
|
||||
{{- else }}
|
||||
type: ClusterIP
|
||||
@@ -21,7 +21,7 @@ service:
|
||||
{{- end }}
|
||||
targetPort: 80
|
||||
targetSelector: nextcloud
|
||||
{{- if .Values.ncNetwork.certificateID -}}
|
||||
{{- if .Values.ncNetwork.certificateID }}
|
||||
nextcloud-nginx:
|
||||
enabled: true
|
||||
primary: true
|
||||
|
||||
Reference in New Issue
Block a user