-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathvalues.yaml
116 lines (103 loc) · 3.07 KB
/
values.yaml
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
mongodbAtlasOperator:
enabled: true
postInstallHook:
version: 1.0.1
registry: quay.io/mongodb
image: atlas-operator-post-install-hook
# enabled "true" will create a post install job which waits for the created
# resources to reach the ready state.
enabled: false
# Please provide Atlas API credentials and Organization
atlas:
secret:
# project uses Global Key (highest priority)
global: false
# secret already exist in the same namespace
existing: ""
orgId: "<Atlas Organization ID>"
publicApiKey: "<Atlas_api_public_key>"
privateApiKey: "<Atlas_api_private_key>"
# use custom secret name during new secret creation
setCustomName: ""
project:
create: true
name: my-project
atlasProjectName: "Test Project"
annotations: {}
# mongodb.com/atlas-resource-policy: keep
# fullnameOverride: ""
projectIpAccessList:
- ipAddress: "0.0.0.0"
comment: "REMOVE ME"
# include either deploymentSpec or serverlessSpec
# see https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Clusters/operation/createCluster for
# options for creating advanced clusters.
deployments:
- deploymentSpec:
name: cluster-name
clusterType: REPLICASET
annotations: {}
# mongodb.com/atlas-resource-policy: keep
replicationSpecs:
- zoneName: Zone 1
regionConfigs:
- electableSpecs:
instanceSize: M2
nodeCount: 1
providerName: TENANT
backingProviderName: "AWS"
regionName: US_EAST_1
priority: 7
# More advanced, multiregional, multitenant cluster
# deploymentSpec:
# clusterType: GEOSHARDED
# name: advanced-deployment
# replicationSpecs:
# - numShards: 1
# zoneName: Zone1
# regionConfigs:
# - electableSpecs:
# instanceSize: M10
# nodeCount: 3
# providerName: AZURE
# backingProviderName: AZURE
# regionName: EUROPE_NORTH
# priority: 7
# - numShards: 1
# zoneName: Zone2
# regionConfigs:
# - electableSpecs:
# instanceSize: M10
# nodeCount: 3
# providerName: AWS
# backingProviderName: AWS
# regionName: US_EAST_1
# priority: 7
# - numShards: 1
# zoneName: Zone3
# regionConfigs:
# - electableSpecs:
# instanceSize: M10
# nodeCount: 3
# providerName: GCP
# backingProviderName: GCP
# regionName: EASTERN_US
# priority: 7
# Configure a Serverless Instance
# https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Serverless-Instances/operation/createServerlessInstance
# - serverlessSpec:
# name: serverless-instance
# providerSettings:
# providerName: SERVERLESS
# backingProviderName: AWS
# regionName: US_EAST_1
users:
- username: admin-user
databaseName: admin
password:
roles:
- databaseName: admin
roleName: atlasAdmin
# deleteAfterDate:
# labels:
# scopes: