mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
fix auth
This commit is contained in:
parent
1c932a35d8
commit
e814c5e8fa
1 changed files with 16 additions and 0 deletions
|
|
@ -45,4 +45,20 @@ spec:
|
|||
name: service
|
||||
port:
|
||||
number: 3001
|
||||
- path: /outpost.goauthentik.io
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: ak-outpost-authentik-embedded-outpost
|
||||
port:
|
||||
number: 9000
|
||||
|
||||
---
|
||||
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ak-outpost-authentik-embedded-outpost
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local
|
||||
Loading…
Add table
Add a link
Reference in a new issue