mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
21 lines
391 B
YAML
21 lines
391 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1alpha1
|
|
kind: Component
|
|
|
|
|
|
resources:
|
|
- GrafanaDatasource-Prometheus.yaml
|
|
|
|
|
|
patches:
|
|
# yamllint disable rule:indentation
|
|
- patch: |-
|
|
- op: replace
|
|
path: /spec/datasource/url
|
|
value: http://prometheus.metrics.svc:9090
|
|
|
|
target:
|
|
kind: GrafanaDatasource
|
|
name: prometheus
|
|
# yamllint enable rule:indentation
|