Skip to content
Snippets Groups Projects
values.yaml 1.21 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Default values for legal-deploy.
    # This is a YAML-formatted file.
    # Declare variables to be passed into your templates.
    
    
      limitsEnabled: true
    
      tier: ""
      autoscaling: true
    
      acceptHttp: "true"
      entitlementsHost: "http://entitlements"
      defaultLegalTag: "default-data-tag"
      legalHost: "http://legal"
    
      limitsCpu: "1"
      limitsMemory: "1G"
    
      legalStatusUpdateImage: ""
    
      cronJobServiceAccountName: ""
    
      serviceAccountName: "legal"
    
      imagePullPolicy: "IfNotPresent"
    
      image: ""
    
    conf:
      configmap: "legal-config"
    
      appName: "legal"
    
      proxyCPULimit: "500m"
    
      proxyMemoryLimit: "512Mi"
    
    
    hpa:
      minReplicas: 6
      maxReplicas: 15
      targetType: "AverageValue"
    
      targetValue: 40
    
      behaviorScaleUpStabilizationWindowSeconds: 10
      behaviorScaleUpPoliciesValue: 50
      behaviorScaleUpPoliciesPeriodSeconds: 15
      behaviorScaleDownStabilizationWindowSeconds: 60
      behaviorScaleDownPoliciesValue: 25
      behaviorScaleDownPoliciesPeriodSeconds: 60
    
    limits:
      maxTokens: 30
      tokensPerFill: 30
      fillInterval: "1s"