Copilot commented on code in PR #3652:
URL: https://github.com/apache/texera/pull/3652#discussion_r2267570875
##########
deployment/k8s/texera-helmchart/values.yaml:
##########
@@ -302,6 +302,7 @@ metrics-server:
# Custom Ingress resource configs
ingressPaths:
enabled: true
+ ingressClassName: nginx # alb for AWS
Review Comment:
The comment 'alb for AWS' is unclear about how to use this configuration.
Consider expanding it to something like '# Set to "alb" when deploying on AWS'
to make the usage instruction clearer.
```suggestion
ingressClassName: nginx # Set to "alb" when deploying on AWS
```
--
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]