Update Traefik API configuration to enable insecure access and remove websecure port settings

This commit is contained in:
Marco van Zijl 2025-11-08 15:46:39 +01:00
parent 1f7a25dfca
commit 2c52ae42cf

View File

@ -10,17 +10,13 @@ traefik:
# Enable API (required for dashboard)
api:
dashboard: true
insecure: false
insecure: true
service:
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: "192.168.0.2"
ports:
websecure:
asDefault: true
providers:
kubernetesCRD:
enabled: true