-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
98 lines (95 loc) · 2.59 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
elasticsearchSecretName: secret-basic-auth
elasticsearchName: eks-fargate-starter-storage
jaegerName: eks-fargate-starter-observability
jaegerEndpoint: eks-fargate-starter-observability-collector.default:14250
otelName: eks-fargate-starter-otel
prometheus:
enabled: true
aws:
enableStorage: true
prometheusServer:
efs:
fileSystemId: fs-012bc45b00f96112d
accessPointId: fsap-05c1ca2ce7ba3aad6
grafana:
enabled: true
aws:
enableStorage: true
efs:
fileSystemId: fs-0c155cb4bf7dc36e5
accessPointId: fsap-01e4a3c96c4fea4ce
adminUser: admin
adminPassword: password
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://eks-prometheus-server.default.svc.cluster.local
access: proxy
isDefault: true
persistence:
type: pvc
enabled: true
storageClassName: standard-grafana
accessModes:
- ReadWriteOnce
size: 10Gi
finalizers:
- kubernetes.io/pvc-protection
extraPvcLabels: {}
inMemory:
enabled: false
fluent-bit:
fullnameOverride: eks-fargate-logging
es_host_logging: eks-fargate-starter-storage-es-http.default
eck-kibana:
elasticsearchRefName: eks-fargate-starter-storage
fullnameOverride: eks-fargate-visualisation
eck-elasticsearch:
storageSize: 10Gi
storageClassName: efs-sc
aws:
enableStorage: true
efs:
fileSystemId: fs-0e88784b7c3240f6d
accessPointId: fsap-0da0eddd6ed0af3a7
nodeSets:
- name: default
count: 1
config:
node.data: true
node.ingest: true
node.master: true
node.store.allow_mmap: false
count: 1
name: default
podTemplate:
spec:
containers:
- name: elasticsearch
volumeMounts:
- name: elasticsearch-data
mountPath: /usr/share/elasticsearch/data
readOnly: false
resources:
requests:
cpu: 2
limits:
memory: 10Gi
volumeClaimTemplates:
- metadata:
name: elasticsearch-data
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
storageClassName: efs-sc
fullnameOverride: eks-fargate-starter-storage
username: wednesday-solutions
password: password123
cert-manager:
createCustomResource: true