File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151
5252 # Get ArgoCD endpoint (still using LoadBalancer)
5353 ARGOCD_HOST=$(kubectl get svc argocd-server -n ${{ inputs.argocd_namespace }} -o jsonpath='{.status.loadBalancer.ingress[0].hostname}' 2>/dev/null || echo 'Not found')
54-
55- # Get monitoring ingress endpoint (single endpoint for all monitoring services)
54+
5655 MONITORING_HOST=$(kubectl get ingress monitoring-ingress -n ${{ inputs.monitoring_namespace }} -o jsonpath='{.spec.rules[0].host}' 2>/dev/null || echo 'Not found')
5756
5857 # Alternative: get ingress from kube-prometheus-stack if using helm ingress
Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ resource "aws_eks_addon" "metrics_server" {
2525 addon_version = null
2626 resolve_conflicts = " OVERWRITE"
2727}
28+
You can’t perform that action at this time.
0 commit comments