Newer
Older
# Default values for indexer-deploy.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
domain: ""
onPremEnabled: false
# Configmap
entitlementsHost: "http://entitlements"
logLevel: "ERROR"
partitionHost: "http://partition"
schemaHost: "http://schema"
securityHttpsCertificateTrust: "true"
springProfilesActive: "gcp"
storageHost: "http://storage"
searchHost: "http://search"
requestsCpu: "35m"
requestsMemory: "640Mi"
limitsCpu: "1"
limitsMemory: "1G"
imagePullPolicy: "IfNotPresent"
serviceAccountName: "indexer"
# redis connection. Change it if you want to use external redis
redisIndexerHost: ""
redisIndexerPort: 6379
redisImage: "docker.io/library/redis:7"
configmap: "indexer-config"
elasticSecretName: "indexer-elastic-secret"
keycloakSecretName: "indexer-keycloak-secret"
rabbitmqSecretName: "rabbitmq-secret"
indexerRedisSecretName: "indexer-redis-secret"
proxyCPU: "10m"
proxyMemory: "100Mi"
proxyMemoryLimit: "256Mi"