fix: update sorcerer and ingress paths
This commit is contained in:
@@ -15,6 +15,6 @@ spec:
|
|||||||
name: prod-sorcerer-redis
|
name: prod-sorcerer-redis
|
||||||
key: redis-password
|
key: redis-password
|
||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "2"
|
value: "1"
|
||||||
scopes:
|
scopes:
|
||||||
- prod-sorcerer
|
- prod-sorcerer
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ spec:
|
|||||||
- name: actorStateStore
|
- name: actorStateStore
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "1"
|
value: "0"
|
||||||
scopes:
|
scopes:
|
||||||
- prod-sorcerer
|
- prod-sorcerer
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ spec:
|
|||||||
name: staging-sorcerer-redis
|
name: staging-sorcerer-redis
|
||||||
key: redis-password
|
key: redis-password
|
||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "2"
|
value: "1"
|
||||||
scopes:
|
scopes:
|
||||||
- staging-sorcerer
|
- staging-sorcerer
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ spec:
|
|||||||
- name: actorStateStore
|
- name: actorStateStore
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "1"
|
value: "0"
|
||||||
scopes:
|
scopes:
|
||||||
- staging-sorcerer
|
- staging-sorcerer
|
||||||
|
|||||||
@@ -28,6 +28,11 @@ env:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: prod-redis
|
name: prod-redis
|
||||||
key: redis-password
|
key: redis-password
|
||||||
|
- name: DAPR_API_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: dapr-api-token
|
||||||
|
key: token
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -44,10 +49,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
|
||||||
@@ -57,6 +58,8 @@ ingress:
|
|||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
- path: /job
|
- path: /job
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
- path: /events
|
||||||
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sorcerer.data.oceanbox.io
|
- sorcerer.data.oceanbox.io
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: ea2ca4db-debug
|
tag: edc2584b-debug
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
@@ -28,6 +28,11 @@ env:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: staging-sorcerer-redis
|
name: staging-sorcerer-redis
|
||||||
key: redis-password
|
key: redis-password
|
||||||
|
- name: DAPR_API_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: dapr-api-token
|
||||||
|
key: token
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -44,10 +49,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
|
||||||
@@ -57,6 +58,8 @@ ingress:
|
|||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
- path: /job
|
- path: /job
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
- path: /events
|
||||||
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sorcerer.ekman.oceanbox.io
|
- sorcerer.ekman.oceanbox.io
|
||||||
|
|||||||
Reference in New Issue
Block a user