Skip to content
Snippets Groups Projects
values.yaml 1.33 KiB
Newer Older
  • Learn to ignore specific revisions
  • global:
      domain: ""
      onPremEnabled: false
    
      limitsEnabled: true
    
      entitlementsHost: "http://entitlements"
      partitionHost: "http://partition"
      policyHost: "http://policy"
    
      policyId: 'osdu.partition["%s"].search'
    
      securityHttpsCertificateTrust: "true"
      # Deployments
    
      limitsCpu: "1"
      limitsMemory: "1G"
    
      serviceAccountName: "search"
    
      imagePullPolicy: "IfNotPresent"
    
      # redis connection. Change it if you want to use external redis
      redisSearchHost: ""
      redisSearchPort: 6379
    
      redisImage: "docker.io/library/redis:7.2-alpine"
    
      appName: "search"
    
      elasticSecretName: "search-elastic-secret"
    
      searchRedisSecretName: "search-redis-secret"
    
      proxyCPULimit: "200m"
    
      proxyMemoryLimit: "256Mi"
    
    
    hpa:
      enabled: true
      minReplicas: 6
      maxReplicas: 15
      targetType: "AverageValue"
    
      targetValue: 200
    
      behaviorScaleUpStabilizationWindowSeconds: 10
      behaviorScaleUpPoliciesValue: 50
      behaviorScaleUpPoliciesPeriodSeconds: 15
      behaviorScaleDownStabilizationWindowSeconds: 60
      behaviorScaleDownPoliciesValue: 25
      behaviorScaleDownPoliciesPeriodSeconds: 60
    
    local_ratelimit:
    
      max_tokens: 150
      tokens_per_fill: 150