mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
62097968d7
commit
de7c9b5c13
3 changed files with 147 additions and 101 deletions
25
dmz/internalproxy/templates/authentik.yaml
Normal file
25
dmz/internalproxy/templates/authentik.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: authentik-ingress
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`test.durp.info`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: authentik-server
|
||||
port: 443
|
||||
tls:
|
||||
secretName: authentik-tls
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: authentik-server
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: authentik.infra.durp.info
|
||||
Loading…
Add table
Add a link
Reference in a new issue