fix: Correct pod selectors for Prometheus and Flux Tailscale services, use Doppler for Grafana creds
All checks were successful
Deploy Cluster / Terraform (push) Successful in 50s
Deploy Cluster / Ansible (push) Successful in 21m0s

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.
This commit is contained in:
2026-03-31 22:54:57 +00:00
parent b8f64fa952
commit 33765657ec
4 changed files with 6 additions and 4 deletions

View File

@@ -10,9 +10,10 @@ spec:
type: LoadBalancer
loadBalancerClass: tailscale
selector:
app.kubernetes.io/name: weave-gitops
app.kubernetes.io/name: gitops-server
app.kubernetes.io/instance: weave-gitops
ports:
- name: http
port: 9001
protocol: TCP
targetPort: 9001
targetPort: http