mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Update How_to_install_Dawarich_in_k8s.md
Dropped unused var
This commit is contained in:
parent
1c711c5c7e
commit
23dc95186a
1 changed files with 0 additions and 5 deletions
|
|
@ -109,11 +109,6 @@ spec:
|
||||||
value: development
|
value: development
|
||||||
- name: REDIS_URL
|
- name: REDIS_URL
|
||||||
value: redis://redis-master.redis.svc.cluster.local:6379/10
|
value: redis://redis-master.redis.svc.cluster.local:6379/10
|
||||||
- name: REDIS_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: redis-password
|
|
||||||
key: redis-password
|
|
||||||
- name: DATABASE_HOST
|
- name: DATABASE_HOST
|
||||||
value: postgres-postgresql.db.svc.cluster.local
|
value: postgres-postgresql.db.svc.cluster.local
|
||||||
- name: DATABASE_PORT
|
- name: DATABASE_PORT
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue