Compare commits
No commits in common. "c0e88d39e0d9954bc7f3844d59f9d0e27f0b9d2d" and "cb7b70bdd2cd8573b8e198b38d20f5f8af8ab849" have entirely different histories.
c0e88d39e0
...
cb7b70bdd2
2 changed files with 0 additions and 51 deletions
|
@ -1,8 +0,0 @@
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: authentik
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 1m
|
|
||||||
url: https://charts.goauthentik.io/authentik
|
|
|
@ -1,43 +0,0 @@
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: authentik
|
|
||||||
namespace: default
|
|
||||||
spec:
|
|
||||||
interval: 5m
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: <name|path>
|
|
||||||
version: '4.0.x'
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: authentik
|
|
||||||
namespace: flux-system
|
|
||||||
interval: 1m
|
|
||||||
values:
|
|
||||||
authentik:
|
|
||||||
secret_key: "nPgcX6KnkNUXO6nxYJylIq324gEXlDlWuruetgoj4YQpwKpglu"
|
|
||||||
# This sends anonymous usage-data, stack traces on errors and
|
|
||||||
# performance data to sentry.io, and is fully opt-in
|
|
||||||
error_reporting:
|
|
||||||
enabled: true
|
|
||||||
postgresql:
|
|
||||||
password: "ThisIsNotASecurePassword"
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
# Specify kubernetes ingress controller class name
|
|
||||||
ingressClassName: nginx
|
|
||||||
enabled: true
|
|
||||||
hosts:
|
|
||||||
# Specify external host name
|
|
||||||
# - host: account.n39.eu
|
|
||||||
- host: k3s.n39.eu
|
|
||||||
paths:
|
|
||||||
- path: "/"
|
|
||||||
pathType: Prefix
|
|
||||||
|
|
||||||
postgresql:
|
|
||||||
enabled: true
|
|
||||||
postgresqlPassword: "ThisIsNotASecurePassword"
|
|
||||||
redis:
|
|
||||||
enabled: true
|
|
Loading…
Add table
Reference in a new issue