forked from athulecloud-1207/mongo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappz.yml
More file actions
68 lines (62 loc) · 1.24 KB
/
appz.yml
File metadata and controls
68 lines (62 loc) · 1.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
app:
name: mongodb
code: MONGODB
notify: apeethambaran@ecloudcontrol.com
build:
version: 6.0
env: DEV
build_file: none
output_files: output/*.zip
image_template: mongo-6.0
deploy:
context: anandp0/DEV
type: statefulset
replicas: 1
port:
- 27017
- 9216
volumes:
- claim: mongo-data
mount: /appz/data
name: mongo-data
size: 5Gi
mode: ReadWriteOnce
matchLabels: false
- claim: mongo-keys
mount: /appz/keys
name: mongo-keys
size: 1Gi
mode: ReadWriteOnce
matchLabels: false
- claim: mongo-backup
mount: /appz/backup
name: mongo-backup
size: 5Gi
mode: ReadWriteOnce
matchLabels: false
properties:
APPZ_LOG_HOST: graylog
DB_USER_ADMIN: admin
MONGO_DATABASE: testdb
MONGO_USER: testuser
DB_USER_ADMIN_PASSWORD:
vault: DB_USER_ADMIN_PASSWORD
MONGO_USER_PASSWORD:
vault: MONGO_USER_PASSWORD
AUTH_KEY:
vault: AUTH_KEY
ENCRYPTION_KEY:
vault: ENCRYPTION_KEY
BACKUPFILE: ksfe
S3_BUCKET: backup-ksfe
AWS_ACCESS_KEY_ID:
vault: AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY:
vault: AWS_SECRET_ACCESS_KEY
MASTER_ENABLE: "no"
AWS_DEFAULT_REGION: ap-south-1
MONGODB_HOST: 127.0.0.1
MONGODB_PORT: 27017
MONGO_BACKUP_TIME: 2
MONGO_BACKUP_DAYS: 7
revision : 19