mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 10:48:15 +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,
|
||||
}
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user