authentik: only deploy valkey cluster, no migrate yet

This commit is contained in:
2025-07-08 18:20:57 -04:00
parent dd01fba8df
commit 1cde43e4d6

View File

@@ -63,6 +63,20 @@ authentik:
name: authentik-db-auth name: authentik-db-auth
key: password key: password
additionalObjects: additionalObjects:
- apiVersion: hyperspike.io/v1
kind: Valkey
metadata:
name: authentik-kv
spec:
anonymousAuth: true
certIssuerType: ClusterIssuer
clusterDomain: cluster.local
clusterPreferredEndpointType: ip
nodes: 1
prometheus: false
replicas: 3
tls: false
volumePermissions: true
- apiVersion: networking.k8s.io/v1 - apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata: