We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620165c commit b9733baCopy full SHA for b9733ba
clusters/talos-robbinsdale/apps/monitoring/values.yaml
@@ -114,6 +114,14 @@ grafana:
114
editable: true
115
options:
116
path: /var/lib/grafana/dashboards/volsync
117
+ - name: "gateway-api"
118
+ orgId: 1
119
+ folder: "gateway-api"
120
+ type: file
121
+ disableDeletion: false
122
+ editable: true
123
+ options:
124
+ path: /var/lib/grafana/dashboards/gateway-api
125
dashboards:
126
argocd:
127
# https://grafana.com/grafana/dashboards/19993-argocd-operational-overview/
@@ -149,7 +157,7 @@ grafana:
149
157
gnetId: 21356
150
158
revision: 3
151
159
datasource: prometheus
152
- envoy-gateway:
160
+ gateway-api:
153
161
# Gateway API Dashboards from Kuadrant
154
162
gateway-api-gatewayclasses:
155
163
gnetId: 19432
0 commit comments