23 lines
433 B
YAML
23 lines
433 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: traefik-configmap
|
|
data:
|
|
config.yml: |
|
|
http:
|
|
routers:
|
|
foobar:
|
|
entryPoints:
|
|
- websecure
|
|
middlewares:
|
|
- strip
|
|
service: myexthost
|
|
rule: Host(`1test.durp.info`) && Path(`/`)
|
|
tls: {}
|
|
|
|
myexthost:
|
|
foobar:
|
|
loadBalancer:
|
|
servers:
|
|
- url: https://google.com
|