Skip to content
Snippets Groups Projects

Fix update wiki

Merged Remi PLANEL requested to merge fix-update-wiki into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ spec:
- name: init-directory
image: busybox
command: ["/bin/sh", "-c"]
args: ["mkdir -p /struct/wiki"]
args: ["mkdir -p /struct/wiki", "chown -R 101:101 /struct/wiki"]
volumeMounts:
- name: structure-data-pvc
mountPath: /struct
@@ -49,11 +49,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /wiki/
path: /wiki
port: http
readinessProbe:
httpGet:
path: /wiki/
path: /wiki
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
@@ -61,7 +61,7 @@ spec:
- mountPath: /tmp
name: tmp
- name: nginx-config
mountPath: /etc/nginx/conf.d/
mountPath: /etc/nginx/conf.d
- name: structure-data-pvc
mountPath: /usr/share/nginx/html
subPath: wiki
Loading