Skip to content
Snippets Groups Projects
values.yaml 1.31 KiB
Newer Older
  • Learn to ignore specific revisions
  •   limitsEnabled: true
    
      #Configmaps
      entitlementsHost: "http://entitlements"
      javaOptions: "-Xms512M -Xmx1024M -XX:+UseG1GC -XX:+UseStringDeduplication -XX:InitiatingHeapOccupancyPercent=45"
    
      partitionHost: "http://partition"
      schemaTopicName: "schema-changed"
    
      schemaChangedMessagingEnabled: true
    
      schemaHost: "http://schema"
      #Deployments
    
      bootstrapImage: ""
    
      bootstrapServiceAccountName: ""
    
      imagePullPolicy: "IfNotPresent"
      serviceAccountName: "schema"
    
      appName: "schema"
    
      configmap: "schema-config"
    
      proxyMemoryLimit: "512Mi"
    
      bootstrapProxyCPULimit: "100m"
    
    
    hpa:
      minReplicas: 6
      maxReplicas: 15
      targetType: "AverageValue"
    
      targetValue: 100
    
      behaviorScaleUpStabilizationWindowSeconds: 10
      behaviorScaleUpPoliciesValue: 50
      behaviorScaleUpPoliciesPeriodSeconds: 15
      behaviorScaleDownStabilizationWindowSeconds: 60
      behaviorScaleDownPoliciesValue: 25
      behaviorScaleDownPoliciesPeriodSeconds: 60
    
    local_ratelimit:
    
      max_tokens: 75
      tokens_per_fill: 75