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: ...@@ -89,8 +89,8 @@ spec:
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
- mountPath: /code/public/static # - mountPath: /code/public/static
name: server-static # name: server-static
- mountPath: /uploaded-files - mountPath: /uploaded-files
name: uploaded-files name: uploaded-files
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
...@@ -106,9 +106,9 @@ spec: ...@@ -106,9 +106,9 @@ spec:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
volumes: volumes:
- name: server-static # - name: server-static
persistentVolumeClaim: # persistentVolumeClaim:
claimName: server-static # claimName: server-static
- name: uploaded-files - name: uploaded-files
emptyDir: emptyDir:
sizeLimit: 5Gi 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