mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 21:39:47 +00:00
feat(firefly)!: SQLite, update to new template
This commit is contained in:
22
kube/deploy/apps/authentik/forward-auth/ingress.yaml
Normal file
22
kube/deploy/apps/authentik/forward-auth/ingress.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ${AUTHENTIK_PROXY_HOST}-authentik
|
||||
namespace: authentik
|
||||
spec:
|
||||
ingressClassName: "${INGRESS_CLASS:=nginx-internal}"
|
||||
rules:
|
||||
- host: &host "${AUTHENTIK_PROXY_HOST:=authentik}"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/outpost.goauthentik.io"
|
||||
backend:
|
||||
service:
|
||||
name: authentik
|
||||
port:
|
||||
name: http
|
||||
tls:
|
||||
- hosts:
|
||||
- *host
|
||||
14
kube/deploy/apps/authentik/forward-auth/kustomization.yaml
Normal file
14
kube/deploy/apps/authentik/forward-auth/kustomization.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: authentik
|
||||
resources:
|
||||
- ./ingress.yaml
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
kind: NamespaceTransformer
|
||||
metadata:
|
||||
name: not-used
|
||||
namespace: authentik
|
||||
Reference in New Issue
Block a user