Skip to content

Commit

Permalink
revert feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Dec 18, 2024
1 parent d097ad3 commit 7822177
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions opensource/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ spec:
volumeMounts:
- name: redis-storage
mountPath: "{{ default "/dumps" .Values.redis.dumpFolderPath }}"
- name: logs
mountPath: "/logs"
env:
- name: FILE_GET_ROUTE
value: "{{ .Values.mediaProvider.routes.file.get }}"
Expand Down Expand Up @@ -139,6 +137,4 @@ spec:
volumes:
- name: redis-storage
persistentVolumeClaim:
claimName: {{ .Release.Name }}-redis-pv
- name: logs
emptyDir: { }
claimName: {{ .Release.Name }}-redis-pv

0 comments on commit 7822177

Please sign in to comment.