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