Skip to content

Removes deployment replicas key in favor of the HPA

John Skarbek requested to merge jts/fix-kubeval-registry-failure into master

Due to not setting a default for replicas, we fail a kubeval evaluation. Since we are relying on an HPA anyways, and we set, by default a minimum and maximum, I don't believe setting replicas here is necessary at all. The HPA, after some time, will eventually take control of the deployment and monitor pod counts.

Edited by John Skarbek

Merge request reports