mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
d180197086
commit
a314f60d38
2 changed files with 28 additions and 19 deletions
|
|
@ -5,9 +5,18 @@ metadata:
|
|||
data:
|
||||
config.yml: |
|
||||
http:
|
||||
services:
|
||||
test:
|
||||
routers:
|
||||
foobar:
|
||||
entryPoints:
|
||||
- websecure
|
||||
middlewares:
|
||||
- strip
|
||||
service: myexthost
|
||||
rule: Host(`test.durp.info`) && Path(`/`)
|
||||
tls: {}
|
||||
|
||||
myexthost:
|
||||
foobar:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: https://google.com
|
||||
|
||||
- url: https://google.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue