Add HorizontalPodAutoScaler Processor
Adding support for HorizontalPodAutoScaler from autoscaling/v1 primarily targeting minReplicas maxReplicas and targetCPUUtilizationPercentage
@arttor The CI process is failing, can you help me explain what the issue is. Cant understand the error
@arttor The CI process is failing, can you help me explain what the issue is. Cant understand the error
It looks strange. I can see in PR diff also new service template and PDB.
@arttor The CI process is failing, can you help me explain what the issue is. Cant understand the error
It looks strange. I can see in PR diff also new service template and PDB.
Yeah exactly that;s the reason why I ignored those changes and only committed mine. Think some devs are evening updating examples
it can be related common prefix in resource name. can you try to rename it from myapp-pdb to my-pdb or pdb
it can be related common prefix in resource name. can you try to rename it from
myapp-pdbtomy-pdborpdb
sorry, i was speaking about your example, not pdb. existing examples should remain the same. myapp-hpa -> my-hpa
in example diff we should see only hpa template and its value in values.yaml.
@arttor Checks are all passing, can you review and merge this PR?
@arttor Checks are all passing, can you review and merge this PR?
sorry, we need to check why all existing templates were renamed. probably there is a bug in exiting code but i cannot merge this change. If we add only one hpa to test samples we should get only one template in result and no changes to other templates.