Update Traefik API configuration to enable insecure access and remove websecure port settings
This commit is contained in:
parent
1f7a25dfca
commit
2c52ae42cf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user