forked from ecloudcontrol/springboot-web-pgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappz.yml
More file actions
36 lines (31 loc) · 833 Bytes
/
appz.yml
File metadata and controls
36 lines (31 loc) · 833 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
app:
code: SBW
name: Spring Boot Web HA
notify: appz@ecloudcontrol.com
build:
build_file: pom.xml
env: DEV
image_template: springboot-v2
output_files: target/*.jar
version: 0.4
deploy:
context: alpha/DEV
port: 8080
replicas: 1
properties:
title: Spring Boot Web - Postgres HA Demo
nano: 83
#Primary Database
PRIMARY_DB_HOST: pgconnect-0-2
PRIMARY_DB_NAME: springbootweb
PRIMARY_DB_PORT: 5000
PRIMARY_DB_USERNAME: springbootweb
PRIMARY_SPRINGBOOTWEB_PASSWORD:
vault: POSTGRESQL_SPRINGBOOTWEB_PASSWORD
#Secondary Database
SECONDARY_DB_HOST: pgconnect-0-2
SECONDARY_DB_NAME: springbootweb
SECONDARY_DB_PORT: 5001
SECONDARY_DB_USERNAME: springbootweb
SECONDARY_SPRINGBOOTWEB_PASSWORD:
vault: POSTGRESQL_SPRINGBOOTWEB_PASSWORD