mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
test
This commit is contained in:
parent
f32acdaff9
commit
5ed5688a75
2 changed files with 18 additions and 17 deletions
18
authentik/templates/ingress.yaml
Normal file
18
authentik/templates/ingress.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: authentik-outpost
|
||||
spec:
|
||||
rules:
|
||||
- host: longhorn.internal.durp.info
|
||||
http:
|
||||
paths:
|
||||
- path: /outpost.goauthentik.io
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: ak-outpost-authentik-embedded-outpost
|
||||
port:
|
||||
number: 9100
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue