mirror of
https://github.com/traefik/traefik.git
synced 2026-04-22 14:49:27 -04:00
Merge d54629f028 into e32a5a04bc
This commit is contained in:
commit
f90e2db90f
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
|
||||
spec:
|
||||
type: ClusterIP
|
||||
externalIPs:
|
||||
clusterIPs:
|
||||
- 1.2.3.4
|
||||
- 5.6.7.8
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue