WIP new posgres

This commit is contained in:
2026-05-25 17:02:51 -04:00
parent 1e5319fba2
commit fa42ce98d9
3 changed files with 5 additions and 9 deletions

View File

@@ -60,10 +60,10 @@ apps:
replication_password: 4q389hq7gf8qo47gq8374g
postgres:
enabled: false
enabled: true
namespace: postgres
pvc: data-postgres-0
state: present
state: absent
secrets:
password: faj48290q2u58vy8qphqtqj
postgres_password: q4890qhhfgq9pfg3q4uyg33
@@ -95,7 +95,7 @@ apps:
funkwhale:
enabled: true
namespace: funkwhale
state: absent
state: present
redis:
enabled: true

View File

@@ -2,8 +2,8 @@
# values for PostgreSQL
image:
repository: bitnami/postgresql
tag: 15.1.0-debian-11-r12
repository: postgres
tag: 15.1
auth:
database: test

View File

@@ -63,10 +63,6 @@
include_tasks: deployments/ktistec.yaml
when: apps.ktistec.enabled
- name: deploy ktistec
include_tasks: deployments/ktistec.yaml
when: apps.ktistec.enabled
- name: deploy bunkerweb
include_tasks: deployments/bunkerweb.yaml
when: apps.bunkerweb.enabled