feat: Authentik | set up authentik + dependencies

Includes redis and changes to pihole, nginx, prometheus and gitea
This commit is contained in:
2024-10-12 09:31:50 +05:00
parent 5a7fccdfa1
commit 80a6b9c49c
8 changed files with 161 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ repositories:
url: https://charts.jetstack.io
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
- name: authentik
url: https://charts.goauthentik.io
---
releases:
# Distributed Storage
@@ -92,3 +94,19 @@ releases:
version: 62.3.0
values:
- ./values/prometheus.values.yaml
# Redis
- name: redis
namespace: redis-system
chart: bitnami/redis
version: 20.2.0
values:
- ./values/redis.values.yaml
# Authentik
- name: authentik
namespace: authentik-system
chart: authentik/authentik
version: 2024.8.3
values:
- ./values/authentik.values.yaml