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

no probes

parent eb84cff1
Branches dev
No related tags found
1 merge request!237Fix update wiki
Pipeline #152687 waiting for manual action with stages
in 8 minutes and 17 seconds
...@@ -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:
......
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