mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
test
This commit is contained in:
parent
f1a44e5520
commit
801bea3809
2 changed files with 36 additions and 18 deletions
|
|
@ -1,18 +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: 9000
|
||||
|
||||
|
||||
#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: 9000
|
||||
#
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue