Skip to content
Snippets Groups Projects
Commit eb84cff1 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

create fake index

parent 0686adbd
No related branches found
No related tags found
1 merge request!237Fix update wiki
Pipeline #152656 waiting for manual action with stages
in 12 minutes and 27 seconds
......@@ -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 }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment