Add a few databases/users for db consolidation.
This commit is contained in:
parent
88ebee92bc
commit
60bd7e0d82
1 changed files with 20 additions and 0 deletions
|
@ -64,11 +64,31 @@ spec:
|
||||||
- atuin
|
- atuin
|
||||||
password:
|
password:
|
||||||
type: AlphaNumeric
|
type: AlphaNumeric
|
||||||
|
- name: gatus
|
||||||
|
databases:
|
||||||
|
- gatus
|
||||||
|
password:
|
||||||
|
type: AlphaNumeric
|
||||||
- name: grafana
|
- name: grafana
|
||||||
databases:
|
databases:
|
||||||
- grafana
|
- grafana
|
||||||
password:
|
password:
|
||||||
type: AlphaNumeric
|
type: AlphaNumeric
|
||||||
|
- name: prowlarr
|
||||||
|
databases:
|
||||||
|
- prowlarr
|
||||||
|
password:
|
||||||
|
type: AlphaNumeric
|
||||||
|
- name: radarr
|
||||||
|
databases:
|
||||||
|
- radarr
|
||||||
|
password:
|
||||||
|
type: AlphaNumeric
|
||||||
|
- name: sonarr
|
||||||
|
databases:
|
||||||
|
- sonarr
|
||||||
|
password:
|
||||||
|
type: AlphaNumeric
|
||||||
|
|
||||||
|
|
||||||
backups:
|
backups:
|
||||||
|
|
Loading…
Reference in a new issue