This commit is contained in:
2024-08-21 19:06:53 -05:00
parent a60ecc5555
commit 674e9012d6
2 changed files with 9 additions and 4 deletions

View File

@@ -20,4 +20,4 @@ spec:
certificateRefs: certificateRefs:
- kind: Secret - kind: Secret
name: authentik-tls-gateway name: authentik-tls-gateway
group: authentik group: ''

View File

@@ -11,7 +11,9 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
parentRefs: parentRefs:
- name: authentik-tls-gateway - group: gateway.networking.k8s.io
kind: Gateway
name: authentik-tls-gateway
hostnames: hostnames:
- auth.alexlebens.net - auth.alexlebens.net
rules: rules:
@@ -19,6 +21,9 @@ spec:
- path: - path:
type: PathPrefix type: PathPrefix
value: / value: /
backendRefs: - backendRefs:
- name: authentik-server - group: ''
kind: Service
name: authentik-server
port: 80 port: 80
weight: 1