Skip to content

Commit

Permalink
feat: enable service monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Dec 4, 2024
1 parent e30dad8 commit 6b0825a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,34 @@ missionControl:
authProvider: clerk
clerkJWKSURL: ""
clerkOrgID: ""
serviceMonitor:
enabled: true
global:
ui:
host: app.flanksource.com
labels:
flanksource.com/clerk-org-id: ''
flanksource.com/clerk-org-id: ""
otel:
collector: grafana-alloy.default:4317
serviceAccount:
rbac:
impersonate: true
db:
create: false
config-db:
serviceMonitor:
enabled: true
flanksource-ui:
enabled: false
apm-hub:
enabled: false
kratos:
enabled: false
properties:
log.kubeproxy: 'true'
incidents.disable: 'true'
logs.disable: 'true'
settings.logging_backends.disable: 'true'
log.kubeproxy: "true"
incidents.disable: "true"
logs.disable: "true"
settings.logging_backends.disable: "true"

# See https://github.com/loft-sh/vcluster/blob/main/charts/k3s/values.yaml
vcluster:
Expand Down

0 comments on commit 6b0825a

Please sign in to comment.