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

@@ -10,7 +10,7 @@ admin:
persistentVolumeClaim:
enabled: true
accessModes:
- ReadWriteMany
- ReadWriteOnce
ingress:
enabled: true
annotations:
@@ -35,7 +35,6 @@ serviceDns:
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc
type: LoadBalancer
replicaCount: 3
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9617"