mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
test
This commit is contained in:
parent
4aefdd97da
commit
c825737d70
1 changed files with 19 additions and 0 deletions
|
|
@ -1,3 +1,22 @@
|
||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
|
name: ingress-auth
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
|
- path: /outpost.goauthentik.io
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: ak-outpost-authentik-embedded-outpost
|
||||||
|
port:
|
||||||
|
number: 9000
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue