Helm chart customization
The Helm chart used during installation is flexible and allows for various configurations to fine-tune the UltiHash setup according to your specific needs. Below are key areas where you might want to make changes:
1. Ingress configuration
Purpose: Configure how the UltiHash cluster is accessed externally.
Example: Set up Ingress with specific annotations and TLS configuration.
Recommendation: Ensure the ingress controller is configured for your environment (e.g., Nginx) and that TLS is used for secure communication.
2. Resource allocation
Purpose: Adjust the resource allocations for service replicas.
Example: Customize resource requests and limits for critical services.
Recommendation: Adjust resources to balance performance with cost.
Last updated
Was this helpful?