fix: update sorcerer and ingress paths

This commit is contained in:
2024-12-19 15:12:31 +01:00
parent cc85d8eccf
commit ec0344ffe8
6 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ spec:
name: prod-sorcerer-redis
key: redis-password
- name: redisDB
value: "2"
value: "1"
scopes:
- prod-sorcerer
+1 -1
View File
@@ -17,6 +17,6 @@ spec:
- name: actorStateStore
value: "true"
- name: redisDB
value: "1"
value: "0"
scopes:
- prod-sorcerer
+1 -1
View File
@@ -15,6 +15,6 @@ spec:
name: staging-sorcerer-redis
key: redis-password
- name: redisDB
value: "2"
value: "1"
scopes:
- staging-sorcerer
+1 -1
View File
@@ -17,6 +17,6 @@ spec:
- name: actorStateStore
value: "true"
- name: redisDB
value: "1"
value: "0"
scopes:
- staging-sorcerer
+7 -4
View File
@@ -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
+8 -5
View File
@@ -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