fix: fix redis nodeport

This commit is contained in:
Jonas Juselius
2024-06-10 10:16:31 +02:00
parent c7338b4dce
commit 3457879466
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -8,6 +8,7 @@ auth:
existingSecretPasswordKey: ""
existingSecret: prod-redis
service:
nodePorts:
redis: 30379
master:
service:
nodePorts:
redis: 30379
+4 -3
View File
@@ -11,7 +11,8 @@ auth:
existingSecretPasswordKey: ""
existingSecret: staging-redis
service:
nodePorts:
redis: 31379
master:
service:
nodePorts:
redis: 31379