forked from ecloudcontrol/MySQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappz.yml
More file actions
38 lines (34 loc) · 851 Bytes
/
appz.yml
File metadata and controls
38 lines (34 loc) · 851 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: MySQL
code: mysql
notify: hari2833374ecloud-dev
build:
version: 5.7
env: DEV
build_file: none
output_files: output/*.zip
image_template: mysql-5.7
deploy:
context: Hari2833374ecloud/DEV
type: statefulset
replicas: 1
ingress: none
port:
- 3306
volumes:
- claim: mysql-data
mount: /var/lib/mysql
name: data
size: 5Gi
- claim: mysql-backup
mount: /appz/backup
name: backup
size: 5Gi
properties:
MYSQL_ROOT_PASSWORD:
vault: MYSQL_ROOT_PASSWORD_KEY
MYSQL_SPRINGBOOTWEB_PASSWORD:
vault: MYSQL_SPRINGBOOTWEB_PASSWORD
MYSQL_WORDPRESS_PASSWORD:
vault: MYSQL_WORDPRESS_PASSWORD
revision : 26