chore(traefik): adjust default values
This commit is contained in:
parent
12fbf16816
commit
58d020924b
3 changed files with 10 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
traefik:
|
||||
domain: int.nc.landry.land
|
||||
ports:
|
||||
web:
|
||||
redirectTo:
|
||||
|
|
@ -8,10 +9,10 @@ traefik:
|
|||
# Options for the main traefik service, where the entrypoints traffic comes
|
||||
# from.
|
||||
service:
|
||||
annotations: {
|
||||
metallb.universe.tf/loadBalancerIPs: "192.168.48.21"
|
||||
}
|
||||
single: false
|
||||
# annotations: {
|
||||
# metallb.universe.tf/loadBalancerIPs: "192.168.48.21"
|
||||
# }
|
||||
# single: false
|
||||
|
||||
tlsStore:
|
||||
default:
|
||||
|
|
@ -23,7 +24,7 @@ traefik:
|
|||
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue