feat: Authentik | set up authentik + dependencies
Includes redis and changes to pihole, nginx, prometheus and gitea
This commit is contained in:
23
helm/values/redis.values.yaml
Normal file
23
helm/values/redis.values.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
architecture: standalone
|
||||
|
||||
auth:
|
||||
enabled: true
|
||||
sentinel: true
|
||||
existingSecret: redis
|
||||
existingSecretPasswordKey: password
|
||||
|
||||
master:
|
||||
persistence:
|
||||
enabled: false
|
||||
service:
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: redis.dogar.dev
|
||||
|
||||
replica:
|
||||
replicaCount: 0
|
||||
persistence:
|
||||
enabled: false
|
||||
|
||||
sentinel:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user