This commit is contained in:
Alexander Weidemann 2026-04-04 00:18:43 +00:00 committed by GitHub
commit f90e2db90f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ metadata:
spec:
type: ClusterIP
externalIPs:
clusterIPs:
- 1.2.3.4
- 5.6.7.8

View file

@ -459,7 +459,7 @@ func (p *Provider) updateIngressStatus(ing *netv1.Ingress, k8sClient Client) err
})
}
for _, ip := range service.Spec.ExternalIPs {
for _, ip := range service.Spec.ClusterIPs {
ingressStatus = append(ingressStatus, netv1.IngressLoadBalancerIngress{
IP: ip,
Ports: ports,