From 60bd7e0d82e5eb4fee537618d5669a896c121342 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 10 Apr 2024 10:43:13 -0500 Subject: [PATCH] Add a few databases/users for db consolidation. --- .../cluster/postgrescluster.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml index 6f9e42fe..784da154 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml @@ -64,11 +64,31 @@ spec: - atuin password: type: AlphaNumeric + - name: gatus + databases: + - gatus + password: + type: AlphaNumeric - name: grafana databases: - grafana password: type: AlphaNumeric + - name: prowlarr + databases: + - prowlarr + password: + type: AlphaNumeric + - name: radarr + databases: + - radarr + password: + type: AlphaNumeric + - name: sonarr + databases: + - sonarr + password: + type: AlphaNumeric backups: