Skip to content

Commit

Permalink
Merge pull request #40 from BouyguesTelecom/remove/init-images
Browse files Browse the repository at this point in the history
revert feature
  • Loading branch information
AmelieLoulergue authored Dec 18, 2024
2 parents 2c3c490 + 7822177 commit 55f15b6
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 @@ -145,6 +143,4 @@ spec:
volumes:
- name: redis-storage
persistentVolumeClaim:
claimName: {{ .Release.Name }}-redis-pv
- name: logs
emptyDir: { }
claimName: {{ .Release.Name }}-redis-pv

0 comments on commit 55f15b6

Please sign in to comment.