mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file duplicati-ingress.yaml
This commit is contained in:
parent
6cc3dc07fb
commit
66c4dbfecf
1 changed files with 11 additions and 2 deletions
|
|
@ -92,7 +92,6 @@ spec:
|
|||
kind: Rule
|
||||
services:
|
||||
- name: ak-outpost-authentik-embedded-outpost
|
||||
namespace: authentik
|
||||
port: 80
|
||||
tls:
|
||||
secretName: duplicati-tls
|
||||
|
|
@ -118,4 +117,14 @@ spec:
|
|||
- X-authentik-meta-outpost
|
||||
- X-authentik-meta-provider
|
||||
- X-authentik-meta-app
|
||||
- X-authentik-meta-version
|
||||
- X-authentik-meta-version
|
||||
|
||||
---
|
||||
|
||||
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