hive-apps/projects/services/values/redis-operator.yaml

45 lines
825 B
YAML
Raw Normal View History

2023-07-24 13:25:53 +00:00
# Default values for redis-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Name of the image repository to pull the container image from.
image:
2024-06-20 16:55:44 +00:00
repository: ghcr.io/ot-container-kit/redis-operator/redis-operator
2023-07-24 13:25:53 +00:00
pullPolicy: IfNotPresent
2024-06-20 16:55:44 +00:00
#tag: v1.2.4
2023-07-24 13:25:53 +00:00
imageCredentials:
create: false
updateStrategy:
type: RollingUpdate
replicas: 1
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
resources:
requests:
cpu: 10m
memory: 16Mi
limits:
2024-06-20 16:55:44 +00:00
cpu: 500m
memory: 500Mi
certificate:
secretName: redis-operator-tls
certmanager:
enabled: true
2023-07-24 13:25:53 +00:00
monitoring:
# Enable Prometheus PodMonitor to monitor the operator.
enabled: false
serviceMonitor: false
serviceAnnotations: {}
prometheus:
name: unknown