chore(system): start pulling over example traefik ingress

This commit is contained in:
David Landry 2023-11-12 15:46:29 -05:00
parent 45a0eab837
commit 9e1d6de3d1
7 changed files with 269 additions and 0 deletions

View 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"