diff --git a/values/atlantis/prod/configurations.yaml b/values/atlantis/prod/configurations.yaml index 9ffeb13f..705e1b48 100644 --- a/values/atlantis/prod/configurations.yaml +++ b/values/atlantis/prod/configurations.yaml @@ -15,6 +15,6 @@ spec: name: prod-atlantis-redis key: redis-password - name: redisDB - value: "2" + value: "1" scopes: - prod-atlantis diff --git a/values/atlantis/prod/statestore.yaml b/values/atlantis/prod/statestore.yaml index 5b3e4875..beb6ee64 100644 --- a/values/atlantis/prod/statestore.yaml +++ b/values/atlantis/prod/statestore.yaml @@ -17,6 +17,6 @@ spec: - name: actorStateStore value: "true" - name: redisDB - value: "1" + value: "0" scopes: - prod-atlantis diff --git a/values/atlantis/staging/configuration.yaml b/values/atlantis/staging/configuration.yaml index 90c68955..2c7efc91 100644 --- a/values/atlantis/staging/configuration.yaml +++ b/values/atlantis/staging/configuration.yaml @@ -15,6 +15,6 @@ spec: name: staging-atlantis-redis key: redis-password - name: redisDB - value: "2" + value: "1" scopes: - staging-atlantis diff --git a/values/atlantis/staging/statestore.yaml b/values/atlantis/staging/statestore.yaml index 8fdd8d3a..1ecaf35b 100644 --- a/values/atlantis/staging/statestore.yaml +++ b/values/atlantis/staging/statestore.yaml @@ -17,6 +17,6 @@ spec: - name: actorStateStore value: "true" - name: redisDB - value: "1" + value: "0" scopes: - staging-atlantis diff --git a/values/atlantis/values-prod.yaml b/values/atlantis/values-prod.yaml index 31fccaf4..56e1cad0 100644 --- a/values/atlantis/values-prod.yaml +++ b/values/atlantis/values-prod.yaml @@ -31,6 +31,11 @@ env: secretKeyRef: name: prod-atlantis-db-superuser key: password + - name: DAPR_API_TOKEN + valueFrom: + secretKeyRef: + name: dapr-api-token + key: token ingress: enabled: true @@ -42,10 +47,6 @@ ingress: paths: - path: / pathType: ImplementationSpecific - - path: /events - pathType: ImplementationSpecific - serviceName: main-ingress-nginx-defaultbackend.ingress-nginx - servicePort: 80 internal: - path: /internal pathType: ImplementationSpecific @@ -55,14 +56,12 @@ ingress: pathType: ImplementationSpecific - path: /job pathType: ImplementationSpecific + - path: /events + pathType: ImplementationSpecific - host: maps.oceanbox.io paths: - path: / pathType: ImplementationSpecific - - path: /events - pathType: ImplementationSpecific - serviceName: main-ingress-nginx-defaultbackend.ingress-nginx - servicePort: 80 internal: - path: /internal pathType: ImplementationSpecific @@ -72,6 +71,8 @@ ingress: pathType: ImplementationSpecific - path: /job pathType: ImplementationSpecific + - path: /events + pathType: ImplementationSpecific tls: - hosts: - atlantis.srv.oceanbox.io diff --git a/values/atlantis/values-staging.yaml b/values/atlantis/values-staging.yaml index 6b5e7405..02f36155 100644 --- a/values/atlantis/values-staging.yaml +++ b/values/atlantis/values-staging.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - tag: 0af435db-debug + tag: 792de662-debug podAnnotations: dapr.io/app-id: "staging-atlantis" @@ -34,6 +34,11 @@ env: secretKeyRef: name: staging-atlantis-db-superuser key: password + - name: DAPR_API_TOKEN + valueFrom: + secretKeyRef: + name: dapr-api-token + key: token ingress: enabled: true @@ -50,10 +55,6 @@ ingress: paths: - path: / pathType: ImplementationSpecific - - path: /events - pathType: ImplementationSpecific - serviceName: main-ingress-nginx-defaultbackend.ingress-nginx - servicePort: 80 internal: - path: /internal pathType: ImplementationSpecific @@ -63,14 +64,12 @@ ingress: pathType: ImplementationSpecific - path: /job pathType: ImplementationSpecific + - path: /events + pathtype: implementationspecific - host: atlas.oceanbox.io paths: - path: / pathType: ImplementationSpecific - - path: /events - pathType: ImplementationSpecific - serviceName: main-ingress-nginx-defaultbackend.ingress-nginx - servicePort: 80 internal: - path: /internal pathType: ImplementationSpecific @@ -80,6 +79,8 @@ ingress: pathType: ImplementationSpecific - path: /job pathType: ImplementationSpecific + - path: /events + pathType: ImplementationSpecific tls: - hosts: - atlantis.beta.oceanbox.io