x
This commit is contained in:
parent
4e17b5bb54
commit
6776749e52
1 changed files with 9 additions and 2 deletions
|
@ -157,10 +157,17 @@ spec:
|
||||||
- name: ADMIN_TOKEN
|
- name: ADMIN_TOKEN
|
||||||
value: "0h12893hj0129j30129j3"
|
value: "0h12893hj0129j30129j3"
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
|
value: "postgresql://$(PGUSER):$(PGPASS)@vwdb.home-server.svc.cluster.local:5432/vaultwarden"
|
||||||
|
- name: PGUSER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: postgres.vwdb.acid.acid
|
name: vaultwarden-user.vwdb.credentials.postgresql.acid.zalan.do
|
||||||
key: uri
|
key: username
|
||||||
|
- name: PGPASS
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: vaultwarden-user.vwdb.credentials.postgresql.acid.zalan.do
|
||||||
|
key: password
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue