change Grafana Service type to LoadBalancer

This commit is contained in:
2025-07-13 13:09:08 -05:00
parent 58636420b5
commit da6ead588b
2 changed files with 5 additions and 0 deletions

View File

@@ -41,3 +41,4 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

View File

@@ -0,0 +1,4 @@
kube-prometheus-stack:
grafana:
service:
type: LoadBalancer