-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathappz.yml
More file actions
38 lines (34 loc) · 766 Bytes
/
appz.yml
File metadata and controls
38 lines (34 loc) · 766 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
app:
name: mariadb Master
code: mariadbmaster
notify: appzdev@cloudbourne.co
build:
version: 10.4
env: DEV
build_file: none
output_files: output/*.zip
image_template: mariadb_master-10.4
deploy:
context: alpha/DEV
type: statefulset
replicas: 1
port:
- 3306
volumes:
- claim: mariadb-master-data
mount: /appz/data
name: data
size: 5Gi
- claim: mariadb-master-backup
mount: /appz/backup
name: backup
size: 5Gi
properties:
MYSQL_REPLICATION_USER: replication
MYSQL_REPLICATION_PASSWORD:
vault: MYSQL_REPLICATION_PASSWORD
MYSQL_WORDPRESS_PASSWORD:
vault: MYSQL_WORDPRESS_PASSWORD
MYSQL_ROOT_PASSWORD:
vault: MYSQL_ROOT_PASSWORD_KEY
revision : 26