You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error from kubernetes after helm upgrade:
Error: UPGRADE FAILED: cannot patch "alloy" with kind Service: Service "alloy" is invalid: spec.ports[1].port: Invalid value: 0: must be between 1 and 65535, inclusive
This is because the generated manifest looks like this:
URL
https://artifacthub.io/packages/helm/grafana/alloy#alloy-extraports
Feedback
If I configure
alloy.extraPorts
according to the documentation as follows:I get this error from kubernetes after helm upgrade:
This is because the generated manifest looks like this:
So I changed configuration to the following:
...and it worked well!
This should be reflected to the documentation.
The text was updated successfully, but these errors were encountered: