forked from ecloudcontrol/postgres13-master
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappz.yml
More file actions
44 lines (40 loc) · 993 Bytes
/
appz.yml
File metadata and controls
44 lines (40 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
app:
name: Postgres Master
code: POSTGRES
notify: mpmathew@ecloudcontrol.com
build:
version: 13.X
env: DEV
build_file: none
output_files: output/*.zip
image_template: postgres_master-13.3
deploy:
context: mpmathew/DEV
type: statefulset
replicas: 1
port:
- 5432
volumes:
- claim: postgres-master-data
mount: /appz/data
name: data
size: 5Gi
mode: ReadWriteOnce
properties:
POSTGRESQL_REPLICATION_MODE: master
POSTGRESQL_DATA: /appz/data
POSTGRESQL_CONNECTUSER: postgres
POSTGRESQL_CONNECTIONDB: postgres
POSTGRESQL_PORT: 5432
POSTGRES_PASSWORD:
vault: POSTGRESQL_PASSWORD
POSTGRESQL_SYNCHRONOUS_COMMIT_MODE: on
POSTGRESQL_NUM_SYNCHRONOUS_REPLICAS: 1
POSTGRESQL_REP_USER: replica
AIRFLOW_POSTGRES_PASSWORD:
vault: AIRFLOW_POSTGRES_PASSWORD_VALUE
PGPASSWORD:
vault: PGPASSWORD
ALL_DB_BACKUP: 1
STATEMENT_TIME: 60s
revision : 80