[DO-1600] Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/73
37 lines
1.1 KiB
YAML
37 lines
1.1 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
|
|
# Redis password (when not stored in a secret)
|
|
redisPassword: vault:team-devops/data/services/monitoring/k8s/cloud-prod/redis-exporter#REDIS_PASSWORD
|