p
This commit is contained in:
parent
08b9330fc5
commit
d76dd4de70
1 changed files with 0 additions and 24 deletions
|
@ -48,27 +48,3 @@ spec:
|
||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: authentik-server
|
|
||||||
namespace: home-server
|
|
||||||
annotations:
|
|
||||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
|
||||||
spec:
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- auth.hxme.net
|
|
||||||
secretName: wildcard-hxme-net
|
|
||||||
rules:
|
|
||||||
- host: auth.hxme.net
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: authentik-server
|
|
||||||
port:
|
|
||||||
number: 9000
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue