refactor(vaultwarden): move to new DB
All checks were successful
Renovate / renovate (push) Successful in 36s
All checks were successful
Renovate / renovate (push) Successful in 36s
This commit is contained in:
parent
4d8204a524
commit
6e55c2c6ce
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ spec:
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: default-cluster-pguser-vaultwarden
|
name: vaultwarden-db-credentials-vaultwarden
|
||||||
key: uri
|
key: PQ_URL
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
|
|
Loading…
Reference in a new issue