Skip to content

Commit

Permalink
variabilize imageName redis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Dec 20, 2024
1 parent 03847c5 commit f3a8bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opensource/templates/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: {{ .Release.Name }}-redis
image: bitnami/redis:7.0.15-debian-12-r20
image: {{ .Values.redis.imageName }}
command:
- 'redis-server'
- '--protected-mode'
Expand Down
3 changes: 1 addition & 2 deletions opensource/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ingress:
className: nginx
annotations:
redis:
imageName: bitnami/redis:7.0.15-debian-12-r20
service: redis-service
dumpFolderPath: '/dumps'
storage:
Expand Down Expand Up @@ -53,8 +54,6 @@ mediaProvider:
imageName: bitnami/nginx:latest
nginxPurge:
imageName: emcniece/nginx-cache-purge:1.13-alpine
thumbor:
service: 'http://thumbor-service'
routes:
healthcheck:
get: '/readiness-check'
Expand Down

0 comments on commit f3a8bd1

Please sign in to comment.