-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwatcher.yaml.example
52 lines (45 loc) · 972 Bytes
/
watcher.yaml.example
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
image:
repository: similarweb/statusbay
tag: 0.1.6
pullPolicy: IfNotPresent
database:
# Make sure all your K8S clusters have access to the main Database.
type: external
host: 127.0.0.1 # Redundent if using internal
port: 3306 # Redundent if using internal
username: statusbay
password: changeme
schema: statusbay
rbac:
create: true
serviceAccount:
create: true
name:
api:
create: false
ui:
create: false
watcher:
kubernetes:
create: true
annotations: {}
application:
cluster_name: default
log:
level: INFO
# gelf_address: 127.0.0.1
ui:
base_url: todo
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