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

View file

@ -1,10 +0,0 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: authentik-charts
namespace: flux-system
spec:
interval: 15m
url: https://charts.goauthentik.io/
timeout: 3m

View file

@ -4,6 +4,5 @@ resources:
- metallb-charts.yaml
- traefik-charts.yaml
- external-secrets-charts.yaml
- authentik-charts.yaml
- fairwinds-charts.yaml
- drone-charts.yaml

View file

@ -1,7 +0,0 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: authentik
labels:
goldilocks.fairwinds.com/enabled: "true"

View file

@ -4,7 +4,6 @@ resources:
- presidential-paradise.yaml
- networking.yaml
- external-secrets.yaml
- authentik.yaml
- gitops.yaml
- monitoring.yaml
- olympus.yaml