fix(infra-ingress): add asDefault to websecure

This commit is contained in:
WrenIX 2024-06-11 14:49:16 +02:00
parent be6b610f3b
commit c2cba0a939
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -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 }}