Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chart: allowing to change replicaset of agent #155

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

danielsinai
Copy link
Contributor

Description

What - Added configurable replica count for port-agent Helm chart
Why - To allow users to scale the port-agent deployment according to their needs
How - Added replicaCount value to values.yaml and updated deployment.yaml to use this value

Type of change

  • New feature (non-breaking change which adds functionality)

The change adds the ability to configure the number of replicas for the port-agent deployment while maintaining backward compatibility with the default value of 1. Users can now customize the replica count through:

  • values.yaml configuration
  • --set flag during helm install/upgrade
  • Custom values files

This enhancement provides more flexibility in scaling the port-agent deployment without breaking existing installations.

@danielsinai danielsinai merged commit 9da9675 into main Dec 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants