Skip to content
Snippets Groups Projects

Draft: Struct data from pvc

Closed Remi PLANEL requested to merge struct-data-from-pvc into dev
3 files
+ 61
20
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -39,14 +39,14 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
# livenessProbe:
# httpGet:
# path: /wiki/
# port: http
# readinessProbe:
# httpGet:
# path: /wiki/
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Loading