617607e426
- Some residual static configuration was left in the MAAS ingress deployment template. Update it to render the ingress ports from endpoints and also to remove the TCP forwarder for the MAAS region API and instead use a standard Ingress resource. Change-Id: I7764d48ea919147503e9bf2521c52cb6f0028538
11 lines
339 B
Diff
11 lines
339 B
Diff
1047c1047
|
|
< if family in {AF_INET, AF_INET6}:
|
|
---
|
|
> if family in {AF_INET6}:
|
|
1051a1052,1054
|
|
> info_url = info_url_base._replace(netloc=netloc)
|
|
> elif family in {AF_INET}:
|
|
> info_url = info_url_base
|
|
1054d1056
|
|
< info_url = info_url_base._replace(netloc=netloc)
|