diff --git a/applications/redis.yaml b/applications/redis.yaml index bfaa742a..8555a207 100644 --- a/applications/redis.yaml +++ b/applications/redis.yaml @@ -41,6 +41,6 @@ spec: - name: env string: '{{ env }}' - name: hostname - string: {{ hostname }} + string: '{{ hostname }}' - name: chart string: bitnami/redis diff --git a/charts/redis/prod/nodeport.yaml b/charts/redis/prod/nodeport.yaml index 44fc06ac..30a2a25f 100644 --- a/charts/redis/prod/nodeport.yaml +++ b/charts/redis/prod/nodeport.yaml @@ -1,8 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: redis-nodeport - namespace: oceanbox + name: prod-redis-nodeport spec: externalTrafficPolicy: Cluster ports: diff --git a/charts/redis/staging/appsettings.json b/charts/redis/staging/appsettings.json deleted file mode 100644 index 4cabd08f..00000000 --- a/charts/redis/staging/appsettings.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "connString": "Username=app;Password=secret;Host=staging-archmeister-rw;Port=5432;Database=app;Pooling=true;", - "oidc": { - "issuer": "https://idp.oceanbox.io/dex", - "authorization_endpoint": "https://idp.oceanbox.io/dex/auth", - "token_endpoint": "https://idp.oceanbox.io/dex/token", - "jwks_uri": "https://idp.oceanbox.io/dex/keys", - "userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo", - "device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code", - "clientId": "archmeister_dev", - "clientSecret": "", - "scopes": [ - "openid", - "email", - "offline_access", - "profile" - ] - }, - "sso": { - "cookieDomain": ".oceanbox.io", - "signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html", - "redis": "redis-master,user=default,password=secret", - "appDomain": "atlantis", - "dataProtectionKeys": "DataProtection-Keys" - }, - "allowedOrigins": [ - "https://beta.sorcerer.ekman.oceanbox.io", - "https://sorcerer.ekman.oceanbox.io", - "https://sorcerer.hpc.oceanbox.io", - "https://s.local.oceanbox.io:8080", - "https://maps.oceanbox.io", - "https://atlantis.beta.oceanbox.io", - "https://jonas-atlantis.beta.oceanbox.io", - "https://simkir-atlantis.beta.oceanbox.io", - "https://stig-atlantis.beta.oceanbox.io", - "https://atlantis.local.oceanbox.io:8080" - ], - "logService" : "https://seq.oceanbox.io", - "logApiKey": "", - "cliUsers": [ - "admin:en-to-tre-fire" - ] -} diff --git a/charts/redis/staging/nodeport.yaml b/charts/redis/staging/nodeport.yaml index 3e5da974..8f574130 100644 --- a/charts/redis/staging/nodeport.yaml +++ b/charts/redis/staging/nodeport.yaml @@ -1,8 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: redis-nodeport - namespace: oceanbox + name: staging-redis-nodeport spec: externalTrafficPolicy: Cluster ports: