-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzarf.yaml
More file actions
83 lines (77 loc) · 2.49 KB
/
zarf.yaml
File metadata and controls
83 lines (77 loc) · 2.49 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
kind: ZarfPackageConfig
metadata:
name: rocketchat-mongodb
description: MongoDB Controllers for Kubernetes (MCK) and workspaces CE cluster
version: 1.6.1-z1
components:
- name: mongodb-operator
required: true
charts:
- name: mongodb-kubernetes
version: v1.6.1
namespace: mongodb
url: https://mongodb.github.io/helm-charts/
releaseName: mongodb-kubernetes
valuesFiles:
- mongodb-values.yaml
manifests:
- name: mongodb-monitoring
namespace: mongodb
files:
- mongodb-sm-servicemonitors.monitoring.coreos.com.yaml
- metrics-endpoint-password-secret.yaml
- name: workspaces-cluster
namespace: mongodb
files:
- workspaces-mongodbcommunity.mongodb.com.yaml
- workspaces-mongodb-admin-secret.yaml
healthChecks:
- name: mongodb-kubernetes-operator
namespace: mongodb
apiVersion: apps/v1
kind: Deployment
- name: workspaces
namespace: mongodb
apiVersion: apps/v1
kind: StatefulSet
images:
- quay.io/mongodb/mongodb-community-server:8.0.17-ubi8
- quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.10
- quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.23
- quay.io/mongodb/mongodb-kubernetes:1.6.1
- quay.io/mongodb/mongodb-agent:108.0.2.8729-1
variables:
- name: DATABASE_STORAGECLASS_NAME
description: "The StorageClass name"
prompt: true
default: longhorn
- name: DATABASE_MEMBERS
description: "The size of replica set"
prompt: true
default: "3"
- name: DATABASE_MONGOD_CPU_LIMITS
description: "Mongod resource CPU limits"
default: 1500m
- name: DATABASE_MONGOD_MEMORY_LIMITS
description: "Mongod resource memory limits"
default: 6Gi
- name: DATABASE_MONGOD_CPU_REQUESTS
description: "Mongod resource CPU requests"
default: 500m
- name: DATABASE_MONGOD_MEMORY_REQUESTS
description: "Mongod resource memory requests"
default: 3Gi
- name: DATABASE_DATA_STORAGE_SIZE
description: "Data volume size"
prompt: true
default: 30G
- name: DATABASE_LOGS_STORAGE_SIZE
description: "Logs volume size"
default: 2G
- name: DATABASE_METRICS_PASSWORD_INTERNAL
description: "Password for internal monitoring stack"
default: randomly-auto-generated
- name: DATABASE_ADMIN_PASSWORD
description: "The cluster admin password"
prompt: true
default: b4n4n4-5up3r