forked from ecloudcontrol/wordpress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappz.yml
More file actions
45 lines (42 loc) · 1 KB
/
appz.yml
File metadata and controls
45 lines (42 loc) · 1 KB
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
45
app:
name: wordpress
code: wordpress
notify: srswain@ecloudcontrol.com
build:
version: 5.5
env: DEV
build_file: none
output_files: output/*.zip
image_template: wordpress-5.5
deploy:
context: sranjan1995/DEV
replicas: 1
type: statefulset
port:
- 80
volumes:
- claim: wordpress-data
mount: /var/www/html/wp-content/uploads
name: uploads
size: 5Gi
- claim: wordpress-backup
mount: /appz/backup
name: backup
size: 5Gi
properties:
ENABLE_HA: "no"
#if HA is disabled
MYSQL_HOST : "mariadb-master-10-4:3306"
#if HA is enabled
#MYSQL_MASTER_HOST : "mariadb-master-10-4:3306"
#MYSQL_SLAVE_HOST : "mariadb-slave-10-4:3306"
MYSQL_USER: wordpress
MYSQL_DATABASE: wordpress
ADMIN_USER: wpadmin
ADMIN_EMAIL: appzdev@cloudbourne.co
SITE_TITLE: "Wordpress AppZ Workshop Demo"
MYSQL_PASSWORD:
vault: MYSQL_PASSWORD
#Generate hash at https://ehikioya.com/wordpress-password-hash-generator/
ADMIN_PASSWORD_HASH: $P$BAeYgHEtHyCT335q2Iya9JL4CtKHc1/
revision : 1