diff --git a/authentik/values.yaml b/authentik/values.yaml index b9645dd..e14b66f 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -1,7 +1,4 @@ authentik: - authentik: - redis: - host: authentik-kv.authentik.svc.cluster.local server: replicas: 3 volumeMounts: @@ -29,7 +26,24 @@ authentik: secret: secretName: cert-dubyatp-xyz redis: - enabled: false + enabled: true + 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: env: - name: AUTHENTIK_SECRET_KEY @@ -49,20 +63,6 @@ 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: @@ -145,4 +145,4 @@ authentik: target: creationPolicy: Owner deletionPolicy: Retain - name: authentik-db-auth + name: authentik-db-auth \ No newline at end of file