fix(infra-ingress): add asDefault to websecure
This commit is contained in:
parent
be6b610f3b
commit
c2cba0a939
1 changed files with 2 additions and 0 deletions
|
@ -56,8 +56,10 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
hostPort: 80
|
hostPort: 80
|
||||||
|
asDefault: true
|
||||||
websecure:
|
websecure:
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
|
asDefault: true
|
||||||
http3:
|
http3:
|
||||||
enabled: true
|
enabled: true
|
||||||
{{- with .Values.traefik.ports }}
|
{{- with .Values.traefik.ports }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue