Skip to content
Snippets Groups Projects

Fix update wiki

Merged Remi PLANEL requested to merge fix-update-wiki into main
1 file
+ 3
3
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", "chown -R 101:101 /struct/wiki"]
args: ["mkdir -p /struct/wiki", "touch /struct/wiki/index.html", "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: /
port: http
readinessProbe:
httpGet:
path: /wiki
path: /
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Loading