Skip to content
Snippets Groups Projects
values.yaml 1.12 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Default values for indexer-deploy.
    # This is a YAML-formatted file.
    # Declare variables to be passed into your templates.
    
    
    global:
      domain: ""
      onPremEnabled: false
    
      limitsEnabled: true
    
      # Configmap
      entitlementsHost: "http://entitlements"
      logLevel: "ERROR"
      partitionHost: "http://partition"
      schemaHost: "http://schema"
      securityHttpsCertificateTrust: "true"
      springProfilesActive: "gcp"
      storageHost: "http://storage"
    
      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"
    
      proxyCPULimit: "200m"
    
      proxyMemoryLimit: "256Mi"