mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 19:57:42 +08:00
[FIX] fix code failure
This commit is contained in:
parent
060d6d00d6
commit
6ebaee2bb4
@ -560,6 +560,6 @@ func (a *AppServiceBuild) createStatefulService(ports []*model.TenantServicesPor
|
|||||||
PublishNotReadyAddresses: true,
|
PublishNotReadyAddresses: true,
|
||||||
}
|
}
|
||||||
service.Spec = spec
|
service.Spec = spec
|
||||||
service.Annotations["service.alpha.kubernetes.io/tolerate-unready-endpoints"] = "true"
|
service.Annotations = map[string]string{"service.alpha.kubernetes.io/tolerate-unready-endpoints": "true"}
|
||||||
return &service
|
return &service
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user