mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
59d5fb98df
commit
2ffacfd4b9
1 changed files with 4 additions and 14 deletions
|
|
@ -3,20 +3,10 @@ kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: traefik-configmap
|
name: traefik-configmap
|
||||||
data:
|
data:
|
||||||
config.yml: |
|
traefik.yaml: |
|
||||||
http:
|
http:
|
||||||
routers:
|
services:
|
||||||
foobar:
|
service0:
|
||||||
entryPoints:
|
|
||||||
- websecure
|
|
||||||
middlewares:
|
|
||||||
- strip
|
|
||||||
service: myexthost
|
|
||||||
rule: Host(`1test.durp.info`) && Path(`/`)
|
|
||||||
tls: {}
|
|
||||||
|
|
||||||
myexthost:
|
|
||||||
foobar:
|
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: https://google.com
|
- url: https://google.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue