forked from DataStax-Academy/kubecon2020
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathk8ssandra.yaml
58 lines (57 loc) · 1.05 KB
/
k8ssandra.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
cassandra:
version: "3.11.10"
cassandraLibDirVolume:
storageClass: standard
size: 5Gi
heap:
size: 1G
newGenSize: 1G
resources:
requests:
cpu: 1000m
memory: 2Gi
limits:
cpu: 1000m
memory: 2Gi
datacenters:
- name: dc1
size: 1
racks:
- name: default
stargate:
enabled: true
replicas: 1
heapMB: 256
cpuReqMillicores: 200
cpuLimMillicores: 1000
ingress:
enabled: true
reaper:
autoschedule: false
enabled: true
ingress:
enabled: true
host: repair.<YOURADDRESS>
method: traefik
traefik:
entrypoint: web
kube-prometheus-stack:
prometheus:
prometheusSpec:
externalUrl: http://<YOURADDRESS>:8080/prometheus
routePrefix: /prometheus
ingress:
enabled: true
paths:
- /prometheus
grafana:
adminPassword: admin
ingress:
enabled: true
path: /grafana
plugins:
- grafana-polystat-panel
grafana.ini:
server:
root_url: http://<YOURADDRESS>:8080/grafana
serve_from_sub_path: true