Skip to content

Commit

Permalink
Fix loadBalancer ip (#501)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Oct 31, 2024
1 parent b79ad79 commit 8116986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hub/resourcetabledefinitions/core/v1/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
priority: 3
type: string
- name: External-IP
pathTemplate: '{{if and .status.loadBalancer .status.loadBalancer.ingress}}{{ (index .status.loadBalancer.ingress 0).ip }}{{end}}'
priority: 3
type: string
- name: Port(s)
Expand Down

0 comments on commit 8116986

Please sign in to comment.