Compare commits
No commits in common. "a8947465033b0e7e488d1999f6bd7aa7320d0bc7" and "ed30ca2769f86432aa949ebcdae2a65f0280fb5b" have entirely different histories.
a894746503
...
ed30ca2769
2 changed files with 1 additions and 59 deletions
|
@ -1,58 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: authentik
|
|
||||||
---
|
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: authentik
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
url: https://charts.goauthentik.io/
|
|
||||||
interval: 1h
|
|
||||||
---
|
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: authentik
|
|
||||||
namespace: authentik
|
|
||||||
spec:
|
|
||||||
interval: 30m
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: authentik
|
|
||||||
version: 2024.4.2
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: authentik
|
|
||||||
namespace: flux-system
|
|
||||||
install:
|
|
||||||
createNamespace: true
|
|
||||||
upgrade:
|
|
||||||
disableWait: false
|
|
||||||
timeout: 10m
|
|
||||||
values:
|
|
||||||
# Optional example values below
|
|
||||||
server:
|
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
ingressClassName: traefik
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
||||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
|
||||||
hosts:
|
|
||||||
- host: auth.hxme.net
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- secretName: authentik-tls
|
|
||||||
hosts:
|
|
||||||
- authentik.example.com
|
|
||||||
postgresql:
|
|
||||||
enabled: true # Set to false if using external DB
|
|
||||||
redis:
|
|
||||||
enabled: true # Set to false if using external Redis
|
|
||||||
|
|
|
@ -11,4 +11,4 @@ resources:
|
||||||
- dns/bind.yaml
|
- dns/bind.yaml
|
||||||
- dns/externaldns.yaml
|
- dns/externaldns.yaml
|
||||||
- files/nextcloud.yaml
|
- files/nextcloud.yaml
|
||||||
- files/syncthing.yaml
|
- ssl/certmanager.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue