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 name: prod-sorcerer-redis
key: redis-password key: redis-password
- name: redisDB - name: redisDB
value: "2" value: "1"
scopes: scopes:
- prod-sorcerer - prod-sorcerer
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+7 -4
View File
@@ -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
+8 -5
View File
@@ -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