Skip to content
Snippets Groups Projects

Fix update wiki

Merged Remi PLANEL requested to merge fix-update-wiki into main
1 file
+ 9
9
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ spec:
@@ -33,7 +33,7 @@ spec:
- name: init-directory
- name: init-directory
image: busybox
image: busybox
command: ["/bin/sh", "-c"]
command: ["/bin/sh", "-c"]
args: ["mkdir -p /struct/wiki", "touch /struct/wiki/index.html", "chown -R 101:101 /struct/wiki"]
args: ["mkdir -p /struct/wiki"]
volumeMounts:
volumeMounts:
- name: structure-data-pvc
- name: structure-data-pvc
mountPath: /struct
mountPath: /struct
@@ -47,14 +47,14 @@ spec:
@@ -47,14 +47,14 @@ spec:
- name: http
- name: http
containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.service.port }}
protocol: TCP
protocol: TCP
livenessProbe:
# livenessProbe:
httpGet:
# httpGet:
path: /
# path: /
port: http
# port: http
readinessProbe:
# readinessProbe:
httpGet:
# httpGet:
path: /
# path: /
port: http
# port: http
resources:
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
volumeMounts:
Loading