-
julian.baeume authored
Just another use case to test. This is supposed to be the desired mode for core-middleware, so we should at least have this tested as chances are high that admins want to align on the redis deployment.
julian.baeume authoredJust another use case to test. This is supposed to be the desired mode for core-middleware, so we should at least have this tested as chances are high that admins want to align on the redis deployment.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
values.yaml 887 B
redis:
enabled: true
commonLabels:
app: redis-sentinel
version: "17"
auth:
enabled: false
master:
persistence:
enabled: false
replica:
persistence:
enabled: false
sentinel:
enabled: true
replicas: 3
usePassword: false
persistence:
enabled: false
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 1
memory: 256Mi
core-ui-middleware:
replicaCount: 3
redis:
mode: sentinel
hosts:
- preview-sentinel-redis:26379
existingConfigMap: preview-core-ui-middleware
defaultRegistry: ""
image:
registry: ""
pullPolicy: Always
imagePullSecrets:
- name: gitlab-registry-credentials
extras:
monitoring:
enabled: true
resources:
limits:
cpu: 1
memory: 384Mi
requests:
cpu: 100m
memory: 384Mi