Skip to content

Commit

Permalink
fix: use redis password in production
Browse files Browse the repository at this point in the history
  • Loading branch information
FJEANNOT committed Mar 5, 2025
1 parent 85ebad3 commit bd34362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ pgweb: {}

redis:
sentinel:
enabled: true
enabled: true
2 changes: 2 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ app:
name: "egapro-secret"
- secretRef:
name: smtp-app
- secretRef:
name: redis-auth
autoscale:
enabled: true
minReplicas: 4
Expand Down

0 comments on commit bd34362

Please sign in to comment.