This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
values.yaml
115 lines (108 loc) · 1.91 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
image:
pullPolicy: Always
kibana:
image:
repository: docker.elastic.co/kibana/kibana
tag : 6.4.3
replicas: 3
env_var:
ELASTICSEARCH_URL: "http://elasticsearch:9200"
KIBANA_ES_URL: "http://elasticsearch:9200"
XPACK_SECURITY_ENABLED: false
KUBERNETES_TRUST_CERT: false
container:
request:
cpu: "2000m"
mem: "1Gi"
limit:
cpu: "2000m"
mem: "2Gi"
ingress:
host:
public:
cert:
private:
key:
logstash:
image:
repository: mseoss/logstash
tag : 6.4.3
replicas: 3
queue:
storageclass: default
disk_capacity: "50Gi"
env_var:
ELASTICSEARCH_URL: "http://elasticsearch:9200"
KUBERNETES_TRUST_CERT: false
container:
request:
cpu: "1000m"
mem: "1Gi"
limit:
cpu: "1000m"
mem: "2Gi"
stunnel:
image:
repository: mseoss/stunnel
tag : 5.44
connections:
dev:
redis:
host: dev-logscache.redis.cache.windows.net
port: 6380
key:
local:
host: "127.0.0.1"
port: 6379
timeout: 30
container:
request:
cpu: "500m"
mem: "512Mi"
limit:
cpu: "500m"
mem: "2Gi"
oauth:
image:
repository: mseoss/oauth2_proxy
tag : v2.2
cookie:
expire : "168h0m"
refresh: "60m"
secret :
client:
id:
secret:
container:
request:
cpu: "500m"
mem: "512Mi"
limit:
cpu: "500m"
mem: "2Gi"
curator:
install: true
image:
repository: docker.io/bobrik/curator
tag : latest
container:
request:
cpu: "500m"
mem: "512Mi"
limit:
cpu: "500m"
mem: "2Gi"
index_prefix: dev
templates:
install: true
image:
repository: mseoss/elastictemplate
tag: latest
watcher:
install: true
image:
repository: mseoss/elasticwatcher
tag: latest
webhooks:
teams:
indices: "\"dev-logstash-*\""