Prometheus needs operator.prometheus.io/name label selector. Flux UI pods are labeled gitops-server not weave-gitops. Grafana now reads admin creds from Doppler via ExternalSecret instead of hardcoded values.
13 lines
381 B
YAML
13 lines
381 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- grafana-admin-externalsecret.yaml
|
|
- helmrepository-prometheus-community.yaml
|
|
- helmrepository-grafana.yaml
|
|
- helmrelease-kube-prometheus-stack.yaml
|
|
- helmrelease-loki.yaml
|
|
- helmrelease-promtail.yaml
|
|
- grafana-tailscale-service.yaml
|
|
- prometheus-tailscale-service.yaml
|