very good building and development company
This commit is contained in:
parent
e8eec3587e
commit
25cb844461
1 changed files with 25 additions and 12 deletions
|
@ -25,18 +25,7 @@ spec:
|
||||||
|
|
||||||
server:
|
server:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
annotations:
|
|
||||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
|
||||||
hosts:
|
|
||||||
- host: "auth.hxme.net"
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- auth.hxme.net
|
|
||||||
secretName: wildcard-hxme-net
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
|
@ -46,3 +35,27 @@ 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