File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nextcloud
3- version : 3.3.3
3+ version : 3.3.4
44appVersion : 25.0.1
55description : A file sharing server that puts the control and security of your own data back into your hands.
66keywords :
Original file line number Diff line number Diff line change 8383 livenessProbe :
8484 httpGet :
8585 path : /status.php
86- port : http
86+ port : {{ .Values.nextcloud.containerPort | default " http" }}
8787 httpHeaders :
8888 - name : Host
8989 value : {{ .Values.nextcloud.host | quote }}
9797 readinessProbe :
9898 httpGet :
9999 path : /status.php
100- port : http
100+ port : {{ .Values.nextcloud.containerPort | default " http" }}
101101 httpHeaders :
102102 - name : Host
103103 value : {{ .Values.nextcloud.host | quote }}
@@ -111,7 +111,7 @@ spec:
111111 startupProbe :
112112 httpGet :
113113 path : /status.php
114- port : http
114+ port : {{ .Values.nextcloud.containerPort | default " http" }}
115115 httpHeaders :
116116 - name : Host
117117 value : {{ .Values.nextcloud.host | quote }}
You can’t perform that action at this time.
0 commit comments