fix: update atlantis and ingress paths

This commit is contained in:
2024-12-19 15:11:54 +01:00
parent 4131917813
commit cc85d8eccf
6 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ spec:
name: prod-atlantis-redis name: prod-atlantis-redis
key: redis-password key: redis-password
- name: redisDB - name: redisDB
value: "2" value: "1"
scopes: scopes:
- prod-atlantis - prod-atlantis
+1 -1
View File
@@ -17,6 +17,6 @@ spec:
- name: actorStateStore - name: actorStateStore
value: "true" value: "true"
- name: redisDB - name: redisDB
value: "1" value: "0"
scopes: scopes:
- prod-atlantis - prod-atlantis
+1 -1
View File
@@ -15,6 +15,6 @@ spec:
name: staging-atlantis-redis name: staging-atlantis-redis
key: redis-password key: redis-password
- name: redisDB - name: redisDB
value: "2" value: "1"
scopes: scopes:
- staging-atlantis - staging-atlantis
+1 -1
View File
@@ -17,6 +17,6 @@ spec:
- name: actorStateStore - name: actorStateStore
value: "true" value: "true"
- name: redisDB - name: redisDB
value: "1" value: "0"
scopes: scopes:
- staging-atlantis - staging-atlantis
+9 -8
View File
@@ -31,6 +31,11 @@ env:
secretKeyRef: secretKeyRef:
name: prod-atlantis-db-superuser name: prod-atlantis-db-superuser
key: password key: password
- name: DAPR_API_TOKEN
valueFrom:
secretKeyRef:
name: dapr-api-token
key: token
ingress: ingress:
enabled: true enabled: true
@@ -42,10 +47,6 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
serviceName: main-ingress-nginx-defaultbackend.ingress-nginx
servicePort: 80
internal: internal:
- path: /internal - path: /internal
pathType: ImplementationSpecific pathType: ImplementationSpecific
@@ -55,14 +56,12 @@ ingress:
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /job - path: /job
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
- host: maps.oceanbox.io - host: maps.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
serviceName: main-ingress-nginx-defaultbackend.ingress-nginx
servicePort: 80
internal: internal:
- path: /internal - path: /internal
pathType: ImplementationSpecific pathType: ImplementationSpecific
@@ -72,6 +71,8 @@ ingress:
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /job - path: /job
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- atlantis.srv.oceanbox.io - atlantis.srv.oceanbox.io
+10 -9
View File
@@ -1,7 +1,7 @@
replicaCount: 1 replicaCount: 1
image: image:
tag: 0af435db-debug tag: 792de662-debug
podAnnotations: podAnnotations:
dapr.io/app-id: "staging-atlantis" dapr.io/app-id: "staging-atlantis"
@@ -34,6 +34,11 @@ env:
secretKeyRef: secretKeyRef:
name: staging-atlantis-db-superuser name: staging-atlantis-db-superuser
key: password key: password
- name: DAPR_API_TOKEN
valueFrom:
secretKeyRef:
name: dapr-api-token
key: token
ingress: ingress:
enabled: true enabled: true
@@ -50,10 +55,6 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
serviceName: main-ingress-nginx-defaultbackend.ingress-nginx
servicePort: 80
internal: internal:
- path: /internal - path: /internal
pathType: ImplementationSpecific pathType: ImplementationSpecific
@@ -63,14 +64,12 @@ ingress:
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /job - path: /job
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathtype: implementationspecific
- host: atlas.oceanbox.io - host: atlas.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
serviceName: main-ingress-nginx-defaultbackend.ingress-nginx
servicePort: 80
internal: internal:
- path: /internal - path: /internal
pathType: ImplementationSpecific pathType: ImplementationSpecific
@@ -80,6 +79,8 @@ ingress:
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /job - path: /job
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- atlantis.beta.oceanbox.io - atlantis.beta.oceanbox.io