chore(system): start pulling over example traefik ingress
This commit is contained in:
parent
45a0eab837
commit
9e1d6de3d1
7 changed files with 269 additions and 0 deletions
44
system/traefik/values.yaml
Normal file
44
system/traefik/values.yaml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
traefik:
|
||||
ports:
|
||||
web:
|
||||
redirectTo:
|
||||
port: websecure
|
||||
|
||||
# Options for the main traefik service, where the entrypoints traffic comes
|
||||
# from.
|
||||
service:
|
||||
annotations: {
|
||||
metallb.universe.tf/loadBalancerIPs: "192.168.48.21"
|
||||
}
|
||||
single: false
|
||||
|
||||
tlsStore:
|
||||
default:
|
||||
defaultCertificate:
|
||||
secretName: tls-cert
|
||||
|
||||
ingressClass:
|
||||
enabled: true
|
||||
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: false
|
||||
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
ingressClass: traefik
|
||||
allowCrossNamespace: true
|
||||
allowExternalNameServices: true
|
||||
kubernetesIngress:
|
||||
ingressClass: traefik
|
||||
allowExternalNameServices: true
|
||||
publishedService:
|
||||
enabled: true
|
||||
|
||||
logs:
|
||||
access:
|
||||
enabled: true
|
||||
filters:
|
||||
statuscodes: "400-405,500"
|
||||
minDuration: "10ms"
|
||||
Loading…
Add table
Add a link
Reference in a new issue