Skip to content

Commit 4c277e1

Browse files
committed
2 parents 045de6c + 5771977 commit 4c277e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/endpoints.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
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

Terraform/3-main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ resource "aws_eks_addon" "metrics_server" {
2525
addon_version = null
2626
resolve_conflicts = "OVERWRITE"
2727
}
28+

0 commit comments

Comments
 (0)