Skip to content
Snippets Groups Projects
values.yaml 1.44 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Default values for storage-deploy.
    
    # This is a YAML-formatted file.
    # Declare variables to be passed into your templates.
    
    
      defaultDataCountry: "US"
      storageServiceAccountEmail: "storage@service.local"
      entitlementsHost: "http://entitlements"
      partitionHost: "http://partition"
      crsConverterHost: "http://crs-conversion"
      legalHost: "http://legal"
      opaEndpoint: "http://opa"
      # deployments
    
      limitsCpu: "1"
      limitsMemory: "3G"
    
      imagePullPolicy: "IfNotPresent"
    
      serviceAccountName: "storage"
    
      # redis connection. Change it if you want to use external redis
      redisStorageHost: ""
      redisStoragePort: 6379
    
      redisImage: "docker.io/library/redis:7.2-alpine"
    
      storageRedisSecretName: "storage-redis-secret"
    
    
      proxyCPULimit: "200m"
    
      proxyMemoryLimit: "256Mi"
    
      minReplicas: 6
    
      maxReplicas: 20
      targetType: "AverageValue"
    
      targetValue: 45
    
      behaviorScaleUpStabilizationWindowSeconds: 10
      behaviorScaleUpPoliciesValue: 50
      behaviorScaleUpPoliciesPeriodSeconds: 15
      behaviorScaleDownStabilizationWindowSeconds: 60
      behaviorScaleDownPoliciesValue: 25
      behaviorScaleDownPoliciesPeriodSeconds: 60
    
    local_ratelimit:
    
      max_tokens: 30
      tokens_per_fill: 30