-
Notifications
You must be signed in to change notification settings - Fork 3
/
k8-config-cassandra.yml
235 lines (235 loc) · 4.54 KB
/
k8-config-cassandra.yml
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
cassandra:
enabled: true
version: "4.0.0"
versionImageMap: k8ssandra/cass-management-api:4.0.0-v0.1.28
image: {}
securityContext:
readOnlyRootFilesystem: false
podSecurityContext:
readOnlyRootFilesystem: false
baseConfig:
securityContext: {}
configBuilder:
securityContext: {}
image:
registry: docker.io
repository: datastax/cass-config-builder
tag: 1.0.4
pullPolicy: IfNotPresent
jmxCredentialsConfig:
securityContext: {}
image:
registry: docker.io
repository: busybox
tag: 1.33.1
pullPolicy: IfNotPresent
clusterName: ""
auth:
enabled: true
superuser:
secret: ""
username: ""
cacheValidityPeriodMillis: 3600000
cacheUpdateIntervalMillis: 3600000
cassandraLibDirVolume:
storageClass: standard
size: 5Gi
allowMultipleNodesPerWorker: false
additionalSeeds: []
loggingSidecar:
enabled: true
image:
registry: docker.io
repository: k8ssandra/system-logger
tag: 9c4c3692
pullPolicy: IfNotPresent
heap: {}
gc:
cms: {}
g1: {}
resources: {}
tolerations: []
datacenters:
name: dc1
size: 1
racks:
name: default
affinityLabels: {}
heap: {}
gc:
cms: {}
g1: {}
ingress:
enabled: false
method: traefik
host:
traefik:
entrypoint: cassandra
stargate:
enabled: true
version: "1.0.29"
image: {}
replicas: 1
waitForCassandra:
image:
registry: docker.io
repository: alpine
tag: 3.12.2
pullPolicy: IfNotPresent
heapMB: 256
cpuReqMillicores: 200
cpuLimMillicores: 1000
livenessInitialDelaySeconds: 30
readinessInitialDelaySeconds: 30
cassandraUser:
secret: ""
username: ""
ingress:
host:
enabled: false
auth:
enabled: true
host:
rest:
enabled: true
host:
graphql:
enabled: true
host:
playground:
enabled: true
cassandra:
enabled: true
method: traefik
host:
traefik:
entrypoint: cassandra
affinity: {}
tolerations: []
reaper:
securityContext: {}
schemaInitContainerConfig:
securityContext: {}
podSecurityContext: {}
autoschedule: false
autoschedule_properties: {}
enabled: true
image:
registry: docker.io
repository: thelastpickle/cassandra-reaper
tag: 2.3.1
pullPolicy: IfNotPresent
cassandraUser:
secret: ""
username: ""
jmx:
secret: ""
username: ""
ingress:
enabled: false
host:
method: traefik
traefik:
entrypoint: web
affinity: {}
tolerations: []
medusa:
enabled: false
securityContext:
readOnlyRootFilesystem: false
restoreInitContainerConfig:
securityContext:
readOnlyRootFilesystem: false
image:
registry: docker.io
repository: k8ssandra/medusa
tag: 0.11.1
pullPolicy: IfNotPresent
cassandraUser:
secret: ""
username: ""
multiTenant: false
storage: s3
storage_properties: {}
bucketName: awstest
storageSecret: medusa-bucket-key
podStorage: {}
monitoring:
grafana:
provision_dashboards: true
prometheus:
provision_service_monitors: true
serviceMonitors:
namespace:
cleaner:
image:
registry: docker.io
repository: k8ssandra/k8ssandra-tools
tag: latest
pullPolicy: IfNotPresent
client:
image:
registry: docker.io
repository: k8ssandra/k8ssandra-tools
tag: latest
pullPolicy: IfNotPresent
cass-operator:
enabled: true
reaper-operator:
enabled: true
kube-prometheus-stack:
enabled: true
coreDns:
enabled: false
kubeApiServer:
enabled: false
kubeControllerManager:
enabled: false
kubeDns:
enabled: false
kubeEtcd:
enabled: false
kubeProxy:
enabled: false
kubeScheduler:
enabled: false
kubeStateMetrics:
enabled: false
kubelet:
enabled: false
nodeExporter:
enabled: false
alertmanager:
enabled: false
serviceMonitor:
selfMonitor: false
prometheusOperator:
enabled: true
namespaces:
releaseNamespace: true
additional: []
serviceMonitor:
selfMonitor: false
prometheus:
enabled: true
prometheusSpec:
routePrefix: /
externalUrl: ""
ingress:
enabled: false
paths: []
serviceMonitor:
selfMonitor: false
grafana:
enabled: true
ingress:
enabled: false
path:
adminUser: admin
adminPassword: secret
serviceMonitor:
selfMonitor: false
defaultDashboardsEnabled: false
plugins:
- grafana-polystat-panel
grafana.ini: {}