File tree Expand file tree Collapse file tree
charts/nextcloud/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,13 +150,13 @@ spec:
150150 ports :
151151 - name : http
152152 protocol : TCP
153- containerPort : {{ .Values.nextcloud .containerPort }}
153+ containerPort : {{ .Values.nginx .containerPort }}
154154 {{- with .Values.livenessProbe }}
155155 {{- if .enabled }}
156156 livenessProbe :
157157 httpGet :
158158 path : /status.php
159- port : {{ $.Values.nextcloud .containerPort }}
159+ port : {{ $.Values.nginx .containerPort }}
160160 httpHeaders :
161161 - name : Host
162162 value : {{ $.Values.nextcloud.host | quote }}
@@ -172,7 +172,7 @@ spec:
172172 readinessProbe :
173173 httpGet :
174174 path : /status.php
175- port : {{ $.Values.nextcloud .containerPort }}
175+ port : {{ $.Values.nginx .containerPort }}
176176 httpHeaders :
177177 - name : Host
178178 value : {{ $.Values.nextcloud.host | quote }}
@@ -188,7 +188,7 @@ spec:
188188 startupProbe :
189189 httpGet :
190190 path : /status.php
191- port : {{ $.Values.nextcloud .containerPort }}
191+ port : {{ $.Values.nginx .containerPort }}
192192 httpHeaders :
193193 - name : Host
194194 value : {{ $.Values.nextcloud.host | quote }}
Original file line number Diff line number Diff line change 3434 ports :
3535 - name : http
3636 port : {{ .Values.service.port }}
37+ {{- if .Values.nginx.enabled }}
38+ targetPort : {{ .Values.nginx.containerPort }}
39+ {{- else }}
3740 targetPort : {{ .Values.nextcloud.containerPort }}
41+ {{- end }}
3842 protocol : TCP
3943 {{- with .Values.service.nodePort }}
4044 nodePort : {{ . }}
You can’t perform that action at this time.
0 commit comments