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
key: redis-password
- name: redisDB
value: "2"
value: "1"
scopes:
- prod-atlantis
+1 -1
View File
@@ -17,6 +17,6 @@ spec:
- name: actorStateStore
value: "true"
- name: redisDB
value: "1"
value: "0"
scopes:
- prod-atlantis
+1 -1
View File
@@ -15,6 +15,6 @@ spec:
name: staging-atlantis-redis
key: redis-password
- name: redisDB
value: "2"
value: "1"
scopes:
- staging-atlantis
+1 -1
View File
@@ -17,6 +17,6 @@ spec:
- name: actorStateStore
value: "true"
- name: redisDB
value: "1"
value: "0"
scopes:
- staging-atlantis
+9 -8
View File
@@ -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
+10 -9
View File
@@ -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