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
|
||||
value: "0h12893hj0129j30129j3"
|
||||
- name: DATABASE_URL
|
||||
value: "postgresql://$(PGUSER):$(PGPASS)@vwdb.home-server.svc.cluster.local:5432/vaultwarden"
|
||||
- name: PGUSER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres.vwdb.acid.acid
|
||||
key: uri
|
||||
name: vaultwarden-user.vwdb.credentials.postgresql.acid.zalan.do
|
||||
key: username
|
||||
- name: PGPASS
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: vaultwarden-user.vwdb.credentials.postgresql.acid.zalan.do
|
||||
key: password
|
||||
ports:
|
||||
- containerPort: 80
|
||||
volumeMounts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue