authentik: only deploy valkey cluster, no migrate yet
This commit is contained in:
@@ -63,6 +63,20 @@ authentik:
|
||||
name: authentik-db-auth
|
||||
key: password
|
||||
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
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user