mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
22 lines
504 B
YAML
22 lines
504 B
YAML
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
|
kind: RedisSentinel
|
|
metadata:
|
|
name: redis-sentinel
|
|
namespace: ot-operators
|
|
spec:
|
|
clusterSize: 3
|
|
podSecurityContext:
|
|
runAsUser: 1000
|
|
fsGroup: 1000
|
|
redisSentinelConfig:
|
|
redisReplicationName : redis-replication
|
|
kubernetesConfig:
|
|
image: quay.io/opstree/redis-sentinel:v8.2.1
|
|
imagePullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 101m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 101m
|
|
memory: 128Mi |