Fixes Deployment
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -24,7 +24,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: frontend-secret
|
||||
key: frontendPath
|
||||
key: backendUrl
|
||||
|
||||
- name: EXPIRES_IN
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user