-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
questionFurther information is requestedFurther information is requested
Description
There's a Node HPA validation added in the helm charts with _Pega_Deployment_replicas.tpl template file. though I disabled the validation in the values file by adding HPA enabled false, Deployments are still facing the issue.
Added HPA additional configuration to each tier for node level like below.
tier:
- name: "web"
nodeType: "WebUser"
nodeSelector:
app: pega-temp
hpa:
enabled: false
affinity:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested