fix: update atlantis and ingress paths
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user