feat(fider): switch to new DB
All checks were successful
Renovate / renovate (push) Successful in 38s
All checks were successful
Renovate / renovate (push) Successful in 38s
This commit is contained in:
parent
15552bba71
commit
6b79d1fcf3
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -26,6 +26,11 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
resourceFieldRef:
|
resourceFieldRef:
|
||||||
resource: limits.memory
|
resource: limits.memory
|
||||||
|
- name: DATABASE_URL
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: db-credentials-fider
|
||||||
|
key: PQ_URL
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: fider-config
|
name: fider-config
|
||||||
|
|
Loading…
Reference in a new issue