aidanthewiz opened a new pull request, #20:
URL: https://github.com/apache/tika-helm/pull/20

   This update allows users to specify custom annotations using the Helm values 
file. This is useful for configuring cloud-specific features like internal load 
balancers on AWS.
   
   Example command to adjust annotations with this change:
   ```shell
   helm upgrade tika ./tika-2.9.0.tgz --install -n tika \
     --set image.tag=2.9.0.0 \
     --set service.type=LoadBalancer \
     --set 
"service.annotations.service\.beta\.kubernetes\.io/aws-load-balancer-internal=\"true\""
 \
     --set 
"service.annotations.service\.beta\.kubernetes\.io/aws-load-balancer-type=\"nlb\""
   ```
   
   You can also adjust the `values.yaml` file manually instead of using `--set`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to