-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmonitoring-es.yaml
55 lines (55 loc) · 1.29 KB
/
monitoring-es.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
apiVersion: v1
kind: Namespace
metadata:
name: monitoring
---
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: monitoring
namespace: monitoring
spec:
version: 8.1.3
nodeSets:
- name: es
count: 1
config:
node.store.allow_mmap: false
xpack.security.authc.realms:
saml:
saml1:
attributes.principal: nameid
idp.entity_id: urn:framsouza.eu.auth0.com
idp.metadata.path: https://framsouza.eu.auth0.com/samlp/metadata/nbNudmA4FTPI3kO6im0o5KPV3gugxxQI
order: 2
sp.acs: https://monitoring.framsouza.co/api/security/v1/saml
sp.entity_id: https://framsouza.co
sp.logout: https://monitoring.framsouza.co/logout
volumeClaimTemplates:
- metadata:
name: elasticsearch-data
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Gi
storageClassName: standard
---
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
name: monitoring
namespace: monitoring
spec:
version: 8.1.3
count: 1
elasticsearchRef:
name: monitoring
config:
xpack.security.authc.providers:
saml.saml1:
order: 0
realm: "saml1"
basic.basic1:
order: 1