This commit is contained in:
2025-02-26 05:23:31 -06:00
parent b829e8303c
commit b9b5046e8b
3 changed files with 60 additions and 39 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: traefik-configmap
data:
traefik.yaml: |
http:
routers:
router0:
entryPoints:
- web
service: service-foo
rule: host(`test.durp.info`)
tls:
cert-resolver: default
services:
service-foo:
loadBalancer:
servers:
- url: https://authentik.infra.durp.info
passHostHeader: true

View File

@@ -11,6 +11,10 @@ traefik:
deployment:
replicas: 3
revisionHistoryLimit: 1
additionalVolumes:
- name: traefik-configmap
mountPath: "/config"
type: configMap
ingressRoute:
dashboard: