mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -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
|
name: duplicati
|
||||||
port:
|
port:
|
||||||
number: 8200
|
number: 8200
|
||||||
|
- path: /outpost.goauthentik.io
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: ak-outpost-authentik-embedded-outpost
|
||||||
|
port:
|
||||||
|
number: 9000
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- duplicati.internal.durp.info
|
- duplicati.internal.durp.info
|
||||||
secretName: duplicati-tls
|
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