зеркало из https://github.com/Azure/ARO-RP.git
Merge pull request #35 from jim-minter/disablesnat
set disableOutboundSnat on api-internal lb rule
This commit is contained in:
Коммит
1e6044a2fb
|
@ -329,6 +329,7 @@ func (i *Installer) installResources(ctx context.Context) error {
|
|||
FrontendPort: to.Int32Ptr(6443),
|
||||
BackendPort: to.Int32Ptr(6443),
|
||||
IdleTimeoutInMinutes: to.Int32Ptr(30),
|
||||
DisableOutboundSnat: to.BoolPtr(true),
|
||||
},
|
||||
Name: to.StringPtr("api-internal"),
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче