authentik: migrate to valkey operator
This commit is contained in:
@@ -26,26 +26,11 @@ authentik:
|
|||||||
secret:
|
secret:
|
||||||
secretName: cert-dubyatp-xyz
|
secretName: cert-dubyatp-xyz
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: false
|
||||||
architecture: standalone
|
|
||||||
auth:
|
|
||||||
enabled: false
|
|
||||||
master:
|
|
||||||
resourcesPreset: "none"
|
|
||||||
podAnnotations:
|
|
||||||
backup.velero.io/backup-volumes: redis-data
|
|
||||||
replica:
|
|
||||||
resourcesPreset: "none"
|
|
||||||
sentinel:
|
|
||||||
resourcesPreset: "none"
|
|
||||||
metrics:
|
|
||||||
resourcesPreset: "none"
|
|
||||||
volumePermissions:
|
|
||||||
resourcesPreset: "none"
|
|
||||||
sysctl:
|
|
||||||
resourcesPreset: "none"
|
|
||||||
global:
|
global:
|
||||||
env:
|
env:
|
||||||
|
- name: AUTHENTIK_REDIS__HOST
|
||||||
|
value: authentik-kv-headless.authentik.svc.cluster.local
|
||||||
- name: AUTHENTIK_SECRET_KEY
|
- name: AUTHENTIK_SECRET_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -63,6 +48,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user