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 replication_password: 4q389hq7gf8qo47gq8374g
postgres: postgres:
enabled: false enabled: true
namespace: postgres namespace: postgres
pvc: data-postgres-0 pvc: data-postgres-0
state: present state: absent
secrets: secrets:
password: faj48290q2u58vy8qphqtqj password: faj48290q2u58vy8qphqtqj
postgres_password: q4890qhhfgq9pfg3q4uyg33 postgres_password: q4890qhhfgq9pfg3q4uyg33
@@ -95,7 +95,7 @@ apps:
funkwhale: funkwhale:
enabled: true enabled: true
namespace: funkwhale namespace: funkwhale
state: absent state: present
redis: redis:
enabled: true enabled: true

View File

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

View File

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