feat(firefly)!: SQLite, update to new template

This commit is contained in:
JJGadgets
2025-02-19 14:32:40 +08:00
parent 32539d3806
commit 01a30be2c0
2 changed files with 36 additions and 0 deletions

View 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

View 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