We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac44e0f commit 5b344e9Copy full SHA for 5b344e9
apps/clusters/feathre-core/base-apps/harbor/release.yaml
@@ -1017,7 +1017,7 @@ spec:
1017
# support redis, redis+sentinel
1018
# addr for redis: <host_redis>:<port_redis>
1019
# addr for redis+sentinel: <host_sentinel1>:<port_sentinel1>,<host_sentinel2>:<port_sentinel2>,<host_sentinel3>:<port_sentinel3>
1020
- addr: "redis-master.redis.svc.cluster.local:6379"
+ addr: "redis.redis.svc.cluster.local:6379"
1021
# The name of the set of Redis instances to monitor, it must be set to support redis+sentinel
1022
sentinelMasterSet: ""
1023
# TLS configuration for redis connection
0 commit comments