mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +00:00
44 lines
825 B
YAML
44 lines
825 B
YAML
# 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:
|
|
repository: ghcr.io/ot-container-kit/redis-operator/redis-operator
|
|
pullPolicy: IfNotPresent
|
|
#tag: v1.2.4
|
|
|
|
imageCredentials:
|
|
create: false
|
|
|
|
updateStrategy:
|
|
type: RollingUpdate
|
|
|
|
replicas: 1
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: true
|
|
runAsNonRoot: true
|
|
runAsUser: 1000
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 16Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 500Mi
|
|
|
|
certificate:
|
|
secretName: redis-operator-tls
|
|
|
|
certmanager:
|
|
enabled: true
|
|
|
|
monitoring:
|
|
# Enable Prometheus PodMonitor to monitor the operator.
|
|
enabled: false
|
|
serviceMonitor: false
|
|
serviceAnnotations: {}
|
|
prometheus:
|
|
name: unknown
|