mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50: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:
|
||||
name: traefik-configmap
|
||||
data:
|
||||
config.yml: |
|
||||
traefik.yaml: |
|
||||
http:
|
||||
routers:
|
||||
foobar:
|
||||
entryPoints:
|
||||
- websecure
|
||||
middlewares:
|
||||
- strip
|
||||
service: myexthost
|
||||
rule: Host(`1test.durp.info`) && Path(`/`)
|
||||
tls: {}
|
||||
|
||||
myexthost:
|
||||
foobar:
|
||||
services:
|
||||
service0:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: https://google.com
|
||||
- url: https://google.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue