change db

This commit is contained in:
2024-11-24 00:26:20 -06:00
parent e6174c5836
commit 3f4f887b3f

View File

@@ -48,11 +48,6 @@ jellyplist:
secretKeyRef:
name: jellyplist-postgresql-16-cluster-app
key: password
- name: JELLYPLIST_DB
valueFrom:
secretKeyRef:
name: jellyplist-postgresql-16-cluster-app
key: dbname
- name: JELLYPLIST_DB_HOST
valueFrom:
secretKeyRef:
@@ -110,11 +105,6 @@ jellyplist:
secretKeyRef:
name: jellyplist-postgresql-16-cluster-app
key: password
- name: JELLYPLIST_DB
valueFrom:
secretKeyRef:
name: jellyplist-postgresql-16-cluster-app
key: dbname
- name: JELLYPLIST_DB_HOST
valueFrom:
secretKeyRef:
@@ -172,11 +162,6 @@ jellyplist:
secretKeyRef:
name: jellyplist-postgresql-16-cluster-app
key: password
- name: JELLYPLIST_DB
valueFrom:
secretKeyRef:
name: jellyplist-postgresql-16-cluster-app
key: dbname
- name: JELLYPLIST_DB_HOST
valueFrom:
secretKeyRef:
@@ -241,6 +226,9 @@ postgres-16-cluster:
enabled: true
prometheusRule:
enabled: false
initdb:
postInitSQL:
- CREATE DATABASE "jellyplist" OWNER "app";
backup:
enabled: true
endpointURL: https://s3.us-east-2.amazonaws.com