We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
internal]/config/config.go VMAlertDefault.Port : 8080
api/v1beta1/vmalert_types.go
func (cr *VMAlert) AsURL() string { port := cr.Spec.Port if port == "" { port = "8880" } return fmt.Sprintf("http://%s.%s.svc:%s", cr.PrefixedName(), cr.Namespace, port) }
8080 or 8880 ?
The text was updated successfully, but these errors were encountered:
Hello, it's a bug. Thx for pointing. It affects only service discovery for vmauth.
Sorry, something went wrong.
Fixed at v0.35.0 release
Successfully merging a pull request may close this issue.
internal]/config/config.go
VMAlertDefault.Port : 8080
api/v1beta1/vmalert_types.go
8080 or 8880 ?
The text was updated successfully, but these errors were encountered: