mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
auth
This commit is contained in:
parent
a141ca7819
commit
244ef3c044
1 changed files with 17 additions and 0 deletions
|
|
@ -55,7 +55,24 @@ spec:
|
|||
name: duplicati
|
||||
port:
|
||||
number: 8200
|
||||
- path: /outpost.goauthentik.io
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: ak-outpost-authentik-embedded-outpost
|
||||
port:
|
||||
number: 9000
|
||||
tls:
|
||||
- hosts:
|
||||
- duplicati.internal.durp.info
|
||||
secretName: duplicati-tls
|
||||
|
||||
---
|
||||
|
||||
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