-
Notifications
You must be signed in to change notification settings - Fork 5
/
values.yaml
207 lines (185 loc) · 4.13 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
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
image:
repository: similarweb/statusbay
tag: 0.1.6
pullPolicy: IfNotPresent
database:
type: internal
host: 127.0.0.1 # Redundent if using internal
port: 3306 # Redundent if using internal
username: statusbay
password: changeme
schema: statusbay
internal:
annotations: {}
service:
annotations: {}
# type: ClusterIP
image:
repository: mysql
tag: 5.7
pullPolicy: IfNotPresent
resources:
requests:
memory: 256Mi
cpu: 100m
persistence:
persistentVolumeClaim:
accessMode: ReadWriteOnce
storageClass: "-"
size: 1Gi
redis:
type: internal
host: 127.0.0.1 # Redundent if using internal
port: 6379 # Redundent if using internal
password:
db: 0
internal:
annotations: {}
service:
annotations: {}
# type: ClusterIP
image:
repository: redis
tag: 5.0.7
pullPolicy: IfNotPresent
resources:
requests:
memory: 256Mi
cpu: 100m
persistence:
persistentVolumeClaim:
accessMode: ReadWriteOnce
storageClass: "-"
size: 1Gi
ingress:
api:
annotations: {}
host: api.statusbay.domain
# ingressClassName: ''
# use_tls: false
ui:
annotations: {}
host: statusbay.domain
# ingressClassName: ''
# use_tls: false
service:
api:
type: ClusterIP
annotations: {}
externalPort: 80
ui:
type: ClusterIP
annotations: {}
externalPort: 80
rbac:
create: true
serviceAccount:
create: true
name:
ui:
create: true
replicas: 3
annotations: {}
image:
repository: similarweb/statusbay-ui
tag: 0.1.6
pullPolicy: IfNotPresent
# environmentVars is a list of enviroment variables to set with the UI deployment. These could be
# used to set API_URL (using helm configured in helpers),GELF ADDRESS & LOG_LEVEL.
environmentVars:
LOG_LEVEL: INFO
secretVars: []
resources:
requests:
cpu: 100m
memory: 128Mi
api:
create: true
replicas: 2
annotations: {}
application:
log:
level: INFO
# gelf_address: 127.0.0.1
telemetry:
# flush_interval: 10
# allowed_prefixes:
# - 'abc'
# - 'def'
# blocked_prefixes:
# - 'abc'
# - 'def'
# disable_hostname: true
# metrics_prefix: ''
# dogstatsd_addr: ''
# datadog_tags:
# - 'tag1:value1'
# - 'tag2:value2'
# allow_metrics_by_default: true
# prometheus_retention_time_sec: 3600
# statsd_address: ''
# statsite_address: ''
metrics:
# datadog:
# api_key: example-api-key
# app_key: example-app-key
# cache_expiration: 1m
# prometheus:
# address: http://prometheus-url.domain:9090
alerts:
# statuscake:
# endpoint: https://app.statuscake.com/API
# username: example-username
# api_key: example-api-key
# pingdom:
# endpoint: https://api.pingdom.com/api
# token: example-token
environmentVars: {}
secretVars: []
resources:
requests:
cpu: 100m
memory: 128Mi
watcher:
kubernetes:
create: true
annotations: {}
environmentVars: {}
secretVars: []
application:
cluster_name: default
log:
level: INFO
# gelf_address: 127.0.0.1
telemetry:
# flush_interval: 10
# allowed_prefixes:
# - 'abc'
# - 'def'
# blocked_prefixes:
# - 'abc'
# - 'def'
# disable_hostname: true
# metrics_prefix: ''
# dogstatsd_addr: ''
# datadog_tags:
# - 'tag1:value1'
# - 'tag2:value2'
# allow_metrics_by_default: true
# prometheus_retention_time_sec: 3600
# statsd_address: ''
# statsite_address: ''
applies:
save_interval: 2s
max_apply_time: 10m
check_finish_delay: 5s
collect_data_after_apply_finish: 10s
# slack:
# token: example-slack-token
# default_channels:
# - "#example-channel"
resources:
requests:
cpu: 100m
memory: 128Mi
extraManifests: []