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

comment server-static pvc mount

parent 0d62f2ac
No related branches found
No related tags found
1 merge request!13Resolve "Cron Job to clean database and galaxy"
Pipeline #125215 passed
......@@ -89,8 +89,8 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- mountPath: /code/public/static
name: server-static
# - mountPath: /code/public/static
# name: server-static
- mountPath: /uploaded-files
name: uploaded-files
{{- with .Values.nodeSelector }}
......@@ -106,9 +106,9 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: server-static
persistentVolumeClaim:
claimName: server-static
# - name: server-static
# persistentVolumeClaim:
# claimName: server-static
- name: uploaded-files
emptyDir:
sizeLimit: 5Gi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment