remove authentik

This commit is contained in:
Vivian 2022-09-21 15:35:13 +02:00
parent dfd02b3a27
commit 9c9c8fed35
11 changed files with 15 additions and 104 deletions

View file

@ -1,17 +0,0 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: authentik
namespace: authentik
spec:
refreshInterval: "5m"
secretStoreRef:
name: vault
kind: ClusterSecretStore
target:
name: authentik
data:
- secretKey: secret_key
remoteRef:
key: authentik/authentik
property: secret_key

View file

@ -1,47 +0,0 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: authentik
namespace: authentik
spec:
interval: 1m0s
chart:
spec:
# renovate: registryUrl=https://charts.goauthentik.io
chart: authentik
version: 2022.7.3
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
interval: 5m
valuesFrom:
- kind: Secret
name: authentik
valuesKey: secret_key
targetPath: authentik.secret_key
optional: false
values:
image:
repository: ghcr.io/goauthentik/server
tag: 2022.7.3
authentik:
error_reporting:
enabled: true
postgresql:
host: "database.olympus"
name: "authentik"
user: "authentik"
redis:
enabled: true
architecture: standalone
auth:
enabled: false
ingress:
enabled: true
ingressClassName: "traefik"
hosts:
- host: id.0x76.dev
paths:
- path: "/"
pathType: Prefix

View file

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

View file

@ -3,7 +3,6 @@ kind: Kustomization
resources:
- networking
- presidential-paradise
- authentik
- gitops
- monitoring
- olympus