fix(#537): use 8443 instead of 443 for the external ingress
This commit is contained in:
parent
d3cb325df6
commit
66b712c9c7
|
@ -29,6 +29,8 @@ spec:
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 192.168.1.50
|
io.cilium/lb-ipam-ips: 192.168.1.50
|
||||||
|
ports:
|
||||||
|
https: 8443
|
||||||
|
|
||||||
ingressClassResource:
|
ingressClassResource:
|
||||||
name: external
|
name: external
|
||||||
|
|
Loading…
Reference in New Issue