Newer
Older
# Default values for legal-deploy.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
logLevel: "ERROR"
# configmaps
acceptHttp: "true"
entitlementsHost: "http://entitlements"
defaultLegalTag: "default-data-tag"
legalHost: "http://legal"
partitionHost: "http://partition"
# deployments
Ihor Anikeiev [EPAM / GCP]
committed
requestsCpu: "25m"
requestsMemory: "512Mi"
limitsCpu: "1"
limitsMemory: "1G"
legalStatusUpdateImage: ""
cronJobServiceAccountName: ""
serviceAccountName: "legal"
imagePullPolicy: "IfNotPresent"
image: ""
conf:
configmap: "legal-config"
proxyMemory: "50Mi"
hpa:
minReplicas: 6
maxReplicas: 15
targetType: "AverageValue"
behaviorScaleUpStabilizationWindowSeconds: 10
behaviorScaleUpPoliciesValue: 50
behaviorScaleUpPoliciesPeriodSeconds: 15
behaviorScaleDownStabilizationWindowSeconds: 60
behaviorScaleDownPoliciesValue: 25
behaviorScaleDownPoliciesPeriodSeconds: 60
limits:
maxTokens: 30
tokensPerFill: 30
fillInterval: "1s"