loomio (not yet working), and new config for postgres and redis
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: postgres
|
||||
image: "{{ .apps.postgres.image }}"
|
||||
image: "{{ .image }}"
|
||||
args:
|
||||
[
|
||||
"-c",
|
||||
@@ -35,16 +35,16 @@ spec:
|
||||
- name: PGDATA
|
||||
value: /var/lib/postgresql/data/pgdata
|
||||
- name: TZ
|
||||
value: "{{ .apps.postgres.timezone }}"
|
||||
value: "{{ .timezone }}"
|
||||
- name: POSTGRES_DB
|
||||
value: "{{ .apps.postgres.database }}"
|
||||
value: "{{ .database }}"
|
||||
- name: POSTGRES_USER
|
||||
value: "{{ .apps.postgres.user }}"
|
||||
value: "{{ .user }}"
|
||||
- name: POSTGRES_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-secrets
|
||||
key: apps.postgres.password
|
||||
key: password
|
||||
volumeMounts:
|
||||
- name: postgres-data
|
||||
mountPath: /var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user