Fixes Deployment

This commit is contained in:
2023-10-01 17:44:53 -03:00
parent 63e5f19aa0
commit 4413305baa
9 changed files with 97 additions and 5702 deletions

View File

@@ -20,7 +20,7 @@ spec:
args: [ "-q" ]
imagePullPolicy: "Always"
env:
- name: REDIS_HOST
- name: REDIS_BASE_URL
valueFrom:
configMapKeyRef:
name: redis-config
@@ -38,6 +38,9 @@ spec:
name: redis-secret
key: redisPassword
- name: REDIS_URL
value: "redis://:$(REDIS_PASSWORD)@$(REDIS_BASE_URL):$(REDIS_PORT)/rq"
- name: STORAGE_TYPE
valueFrom:
secretKeyRef: