/
Resources
Resources
AGILITY kubernetes pod resources can be customized. The following guide explains how to apply these changes.
All values files must be defined under same directory where agility helm charts were downloaded. Usually agility-charts
directory:
cd agility-charts
Define resources for agility-system
Define resources override values file
cat <<EOF> agility-system-values-resources.yaml pgo: resources: controller: limits: {} requests: {} upgrade: limits: {} requests: {} strimzi-kafka-operator: resources: limits: {} requests: {} EOF
Edit the file with the desired resource values.
Deploy agility-system adding the new values file
helm --namespace kube-system upgrade --install --create-namespace agility-system ./agility-system --values agility-system-values-resources.yaml
Define resources for agility-services
Define resources override values file
Edit the file with the desired resource values.
Deploy agility-services adding the new values file
Define resources for agility
Define resources override values file
Edit the file with the desired resource values.
Deploy agility adding the new values file