Skip to content

Commit

Permalink
feat(locking-service): update redis configuration to use dragonfly da…
Browse files Browse the repository at this point in the history
…tabase
  • Loading branch information
tyriis committed Apr 11, 2024
1 parent fcc94e0 commit 256059e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ app:
host: 0.0.0.0

redis:
# host: redis.database.svc.cluster.local
# port: 6379
host: dragonfly.database.svc.cluster.local
port: 6379
keyPrefix: locking-service.
sentinels:
- host: redis.database.svc.cluster.local
port: 26379
name: redis-master
# sentinels:
# - host: redis.database.svc.cluster.local
# port: 26379
# name: redis-master
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
replicas: 3
strategy: RollingUpdate
annotations:
secret.reloader.stakater.com/reload: locking-service-options
reloader.stakater.com/auto: "true"
pod:
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit 256059e

Please sign in to comment.