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