Files
k8s-configs/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/redis-exporter/values-ovveride.yaml
2025-03-03 18:21:18 +03:00

39 lines
1.0 KiB
YAML

# https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-redis-exporter/values.yaml
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: false
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name: vault
replicaCount: 1
image:
repository: harbor.avroid.tech/docker-hub-proxy/oliver006/redis_exporter
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 100m
memory: 128Mi
nodeSelector:
node-role.kubernetes.io/worker: ""
# deployment additional annotations and labels
annotations:
vault.security.banzaicloud.io/vault-addr: "https://vault.avroid.tech"
vault.security.banzaicloud.io/vault-role: "cloud-prod"
vault.security.banzaicloud.io/vault-skip-verify: "false"
vault.security.banzaicloud.io/vault-path: "avroid-office"
auth:
# Use password authentication
enabled: true
# Use existing secret (ignores redisPassword)
secret:
name: "redis-exporter-secret"
key: "REDIS_PASSWORD"