diff --git a/values/atlantis/kustomize/staging/appsettings.json b/values/atlantis/kustomize/staging/appsettings.json index 2d243172..08923262 100644 --- a/values/atlantis/kustomize/staging/appsettings.json +++ b/values/atlantis/kustomize/staging/appsettings.json @@ -68,7 +68,7 @@ } ], "plume": "plume.ekman.oceanbox.io", - "redis": "staging-atlantis-redis-master:6379", + "redis": "staging-atlantis-redis:6379", "objectStore": "https://atlantis.blob.core.windows.net", "connString": "Username=postgres;Password=secret;Host=localhost;Port=5432;Database=app;Pooling=true;", "sorcerer" : "https://sorcerer.ekman.oceanbox.io", diff --git a/values/atlantis/kustomize/staging/configuration.yaml b/values/atlantis/kustomize/staging/configuration.yaml index 2c7efc91..8c90db65 100644 --- a/values/atlantis/kustomize/staging/configuration.yaml +++ b/values/atlantis/kustomize/staging/configuration.yaml @@ -7,7 +7,7 @@ spec: version: v1 metadata: - name: redisHost - value: staging-atlantis-redis-master:6379 + value: staging-atlantis-redis:6379 - name: redisUsername value: default - name: redisPassword diff --git a/values/atlantis/kustomize/staging/configurations.yaml b/values/atlantis/kustomize/staging/configurations.yaml index 90c68955..aafd42fb 100644 --- a/values/atlantis/kustomize/staging/configurations.yaml +++ b/values/atlantis/kustomize/staging/configurations.yaml @@ -7,7 +7,7 @@ spec: version: v1 metadata: - name: redisHost - value: staging-atlantis-redis-master:6379 + value: staging-atlantis-redis:6379 - name: redisUsername value: default - name: redisPassword diff --git a/values/atlantis/kustomize/staging/statestore.yaml b/values/atlantis/kustomize/staging/statestore.yaml index 1ecaf35b..ce0fe221 100644 --- a/values/atlantis/kustomize/staging/statestore.yaml +++ b/values/atlantis/kustomize/staging/statestore.yaml @@ -7,7 +7,7 @@ spec: version: v1 metadata: - name: redisHost - value: staging-atlantis-redis-master:6379 + value: staging-atlantis-redis:6379 - name: redisUsername value: default - name: redisPassword