Skip to content

Commit b42233b

Browse files
committed
Add logging for NGINX LoadBalancer hostname retrieval in monitoring workflow
1 parent b270f66 commit b42233b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/monitoring.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
id: nginx-lb
7676
run: |
7777
NGINX_HOSTNAME=$(kubectl get svc -n ingress-nginx ingress-nginx-controller -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
78+
echo "NGINX LoadBalancer Hostname: $NGINX_HOSTNAME"
7879
echo "nginx_hostname=$NGINX_HOSTNAME" >> $GITHUB_OUTPUT
7980
8081
- name: Create Grafana Secret

0 commit comments

Comments
 (0)