fix redis
This commit is contained in:
@@ -20,7 +20,9 @@ spec:
|
|||||||
command: ["sh", "-c", "node ./scripts/self-host-predeploy.js"]
|
command: ["sh", "-c", "node ./scripts/self-host-predeploy.js"]
|
||||||
env:
|
env:
|
||||||
- name: REDIS_SERVER_HOST
|
- name: REDIS_SERVER_HOST
|
||||||
value: "redis-lb.redis.svc.cluster.local:6379"
|
value: "redis-lb.redis.svc.cluster.local"
|
||||||
|
- name: REDIS_SERVER_PORT
|
||||||
|
value: "6379"
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: >-
|
value: >-
|
||||||
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
|
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
|
||||||
@@ -71,7 +73,9 @@ spec:
|
|||||||
name: http
|
name: http
|
||||||
env:
|
env:
|
||||||
- name: REDIS_SERVER_HOST
|
- name: REDIS_SERVER_HOST
|
||||||
value: "redis-lb.redis.svc.cluster.local:6379"
|
value: "redis-lb.redis.svc.cluster.local"
|
||||||
|
- name: REDIS_SERVER_PORT
|
||||||
|
value: "6379"
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: >-
|
value: >-
|
||||||
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
|
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
|
||||||
|
|||||||
Reference in New Issue
Block a user