mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
update
This commit is contained in:
parent
ff9ed9cb65
commit
6a04c3dd85
2 changed files with 40 additions and 31 deletions
|
|
@ -5,8 +5,17 @@ metadata:
|
|||
data:
|
||||
traefik.yaml: |
|
||||
http:
|
||||
routers:
|
||||
router0:
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: service-foo
|
||||
rule: host(`test.durp.info`)
|
||||
tls:
|
||||
cert-resolver: default
|
||||
|
||||
services:
|
||||
authentik-service:
|
||||
service-foo:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: https://google.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue