Skip to content

Commit 50e9e65

Browse files
committed
add envoy gateway
1 parent 2fabd44 commit 50e9e65

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

clusters/talos-robbinsdale/apps/monitoring/kustomization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ helmCharts:
2929
namespace: monitoring
3030
releaseName: kube-state-metrics
3131
includeCRDs: true
32+
valuesInline:
33+
prometheus:
34+
monitor:
35+
enabled: true
3236

3337
resources:
3438
- ./templates/configmap.yaml

clusters/talos-robbinsdale/apps/monitoring/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ grafana:
122122
editable: true
123123
options:
124124
path: /var/lib/grafana/dashboards/gateway-api
125+
dashboardsConfigMaps:
126+
envoy-gateway: "grafana-dashboards"
125127
dashboards:
126128
argocd:
127129
# https://grafana.com/grafana/dashboards/19993-argocd-operational-overview/

0 commit comments

Comments
 (0)