mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
d180197086
commit
a314f60d38
2 changed files with 28 additions and 19 deletions
|
|
@ -1,18 +1,18 @@
|
||||||
apiVersion: traefik.io/v1alpha1
|
#apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
#kind: IngressRoute
|
||||||
metadata:
|
#metadata:
|
||||||
name: authentik-ingress
|
# name: authentik-ingress
|
||||||
spec:
|
#spec:
|
||||||
entryPoints:
|
# entryPoints:
|
||||||
- websecure
|
# - websecure
|
||||||
routes:
|
# routes:
|
||||||
- match: Host(`test.durp.info`) && PathPrefix(`/`)
|
# - match: Host(`test.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
# kind: Rule
|
||||||
services:
|
# services:
|
||||||
- name: authentik-server
|
# - name: authentik-server
|
||||||
port: 443
|
# port: 443
|
||||||
tls:
|
# tls:
|
||||||
secretName: authentik-tls
|
# secretName: authentik-tls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,18 @@ metadata:
|
||||||
data:
|
data:
|
||||||
config.yml: |
|
config.yml: |
|
||||||
http:
|
http:
|
||||||
services:
|
routers:
|
||||||
test:
|
foobar:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
middlewares:
|
||||||
|
- strip
|
||||||
|
service: myexthost
|
||||||
|
rule: Host(`test.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