WIP new posgres
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user