fix: fix redis nodeport
This commit is contained in:
@@ -8,6 +8,7 @@ auth:
|
|||||||
existingSecretPasswordKey: ""
|
existingSecretPasswordKey: ""
|
||||||
existingSecret: prod-redis
|
existingSecret: prod-redis
|
||||||
|
|
||||||
service:
|
master:
|
||||||
nodePorts:
|
service:
|
||||||
redis: 30379
|
nodePorts:
|
||||||
|
redis: 30379
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ auth:
|
|||||||
existingSecretPasswordKey: ""
|
existingSecretPasswordKey: ""
|
||||||
existingSecret: staging-redis
|
existingSecret: staging-redis
|
||||||
|
|
||||||
service:
|
master:
|
||||||
nodePorts:
|
service:
|
||||||
redis: 31379
|
nodePorts:
|
||||||
|
redis: 31379
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user