Add ci dir to chart with local values
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
ce216cd558
commit
844708681f
34
charts/meta-monitoring/ci/local.values
Normal file
34
charts/meta-monitoring/ci/local.values
Normal file
@ -0,0 +1,34 @@
|
||||
namespacesToMonitor:
|
||||
- loki
|
||||
|
||||
local:
|
||||
grafana:
|
||||
enabled: true
|
||||
logs:
|
||||
enabled: true
|
||||
metrics:
|
||||
enabled: true
|
||||
traces:
|
||||
enabled: true
|
||||
minio:
|
||||
enabled: true
|
||||
|
||||
cloud:
|
||||
logs:
|
||||
enabled: false
|
||||
secret: logs
|
||||
metrics:
|
||||
enabled: false
|
||||
secret: metrics
|
||||
traces:
|
||||
enabled: false
|
||||
secret: traces
|
||||
|
||||
grafana:
|
||||
ingress:
|
||||
hosts:
|
||||
- host: monitoring.example.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
Loading…
x
Reference in New Issue
Block a user