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)
|
# Enable API (required for dashboard)
|
||||||
api:
|
api:
|
||||||
dashboard: true
|
dashboard: true
|
||||||
insecure: false
|
insecure: true
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: "192.168.0.2"
|
io.cilium/lb-ipam-ips: "192.168.0.2"
|
||||||
|
|
||||||
ports:
|
|
||||||
websecure:
|
|
||||||
asDefault: true
|
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
kubernetesCRD:
|
kubernetesCRD:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user