Files
infrastructure/clusters/cl01tl/manifests/authentik/RedisSentinel-redis-sentinel-authentik.yaml

30 lines
821 B
YAML

apiVersion: redis.redis.opstreelabs.in/v1beta2
kind: RedisSentinel
metadata:
name: redis-sentinel-authentik
namespace: authentik
labels:
helm.sh/chart: redis-replication-0.5.0
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis-sentinel-authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/part-of: authentik
spec:
clusterSize: 3
podSecurityContext:
fsGroup: 1000
runAsUser: 1000
redisSentinelConfig:
redisReplicationName: redis-replication-authentik
kubernetesConfig:
image: "quay.io/opstree/redis-sentinel:v8.4.0"
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 32Mi
redisExporter:
enabled: true
image: "quay.io/opstree/redis-exporter:v1.80.1"