Skip to content

Commit 5b344e9

Browse files
committed
fix(release): Update Redis address in release.yaml for correct service reference
1 parent ac44e0f commit 5b344e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/clusters/feathre-core/base-apps/harbor/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ spec:
10171017
# support redis, redis+sentinel
10181018
# addr for redis: <host_redis>:<port_redis>
10191019
# 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"
1020+
addr: "redis.redis.svc.cluster.local:6379"
10211021
# The name of the set of Redis instances to monitor, it must be set to support redis+sentinel
10221022
sentinelMasterSet: ""
10231023
# TLS configuration for redis connection

0 commit comments

Comments
 (0)