feat: remove authentik

This commit is contained in:
auricom
2021-11-19 10:39:12 +01:00
parent 35e2ad68da
commit 4fad2431c9
3 changed files with 0 additions and 72 deletions

View File

@@ -1,66 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: authentik
namespace: networking
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://charts.goauthentik.io
chart: authentik
version: 3.2.0
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
interval: 5m
values:
image:
repository: ghcr.io/goauthentik/server
tag: 2021.9.8
ingress:
enabled: true
ingressClassName: "nginx"
# annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
hosts:
- host: "id.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
tls:
- hosts:
- "id.${SECRET_CLUSTER_DOMAIN}"
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
geoip:
enabled: false
authentik:
email:
host: smtp.fastmail.com
port: 587
username: ${SECRET_SMTP_USERNAME}
password: ${SECRET_AUTHENTIK_SMTP_PASSWORD}
use_ssl: true
from: authentik@${SECRET_CLUSTER_DOMAIN_ROOT}
secret_key: ${SECRET_AUTHENTIK_SECRET_KEY}
log_level: debug
outposts:
docker_image_base: ghcr.io/goauthentik/%(type)s:%(version)s
postgresql:
host: postgresql-kube.data.svc.cluster.local.
name: authentik
user: authentik
password: ${SECRET_AUTHENTIK_POSTGRES_PASSWORD}
redis:
host: '{{ .Release.Name }}-redis-master'
password: ${SECRET_AUTHENTIK_REDIS_PASSWORD}
redis:
enabled: true
auth:
enabled: true
password: ${SECRET_AUTHENTIK_REDIS_PASSWORD}

View File

@@ -1,5 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml

View File

@@ -4,7 +4,6 @@ kind: Kustomization
resources:
- namespace.yaml
- authelia
- authentik
- certificate
- ingress-nginx
- k8s-gateway