-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappz.yml
More file actions
54 lines (49 loc) · 933 Bytes
/
appz.yml
File metadata and controls
54 lines (49 loc) · 933 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
45
46
47
48
49
50
51
52
53
54
app:
name: mongo
code: MONGO
notify: hkrishnan@ecloudcontrol.com
build:
version: 5.0
env: DEV
build_file: none
output_files: output/*.zip
image_template: mongo-5.0
deploy:
context: Hari2833374ecloud/DEV
type: statefulset
replicas: 3
port:
- 27017
- 9216
- 8000
volumes:
- claim: mongo-data
mount: /appz/data
name: mongo-data
size: 5Gi
mode: ReadWriteOnce
- claim: mongo-keys
mount: /appz/keys
name: mongo-keys
size: 1Gi
mode: ReadWriteOnce
- claim: mongo-backup
mount: /appz/backup
name: mongo-backup
size: 5Gi
mode: ReadWriteOnce
properties:
DB_USER_ADMIN: admin
DB_USER_ADMIN_PASSWORD:
vault: DB_USER_ADMIN_PASSWORD
MONGO_USER_PASSWORD:
vault: MONGO_USER_PASSWORD
AUTH_KEY:
vault: AUTH_KEY
REPLICATION: 3
MONGODB_HOST: 127.0.0.1
MONGODB_PORT: 27017
MONGO_BACKUP_DAYS: 7
MONGO_BACKUP_TIME: 21
MASTER_ENABLE: 'no'
revision : 6