update
This commit is contained in:
22
dmz/traefik/templates/config.yaml
Normal file
22
dmz/traefik/templates/config.yaml
Normal 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
|
||||
@@ -11,6 +11,10 @@ traefik:
|
||||
deployment:
|
||||
replicas: 3
|
||||
revisionHistoryLimit: 1
|
||||
additionalVolumes:
|
||||
- name: traefik-configmap
|
||||
mountPath: "/config"
|
||||
type: configMap
|
||||
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
|
||||
Reference in New Issue
Block a user