-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
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
How deploy spring-petclinic-cloud to k8s without wavefront? #39
Comments
May be project have switch: enable/disable wavefront? |
I am in favor of the possibility of disabling wavefront on the k8s profile. Could you work on this idea? |
I try to disable wavefront by issue wavefrontHQ/wavefront-spring-boot#57 In https://github.com/spring-petclinic/spring-petclinic-cloud/blob/master/k8s/api-gateway-deployment.yaml use SPRING_PROFILES_ACTIVE - kubernetes cat spring-petclinic-api-gateway/src/main/resources/bootstrap.yml
Run skaffold dev --default-repo antonpatsev Get error
May be i incorrect add management.metrics.export.wavefront.enabled=false ? |
May be create issue in https://github.com/wavefrontHQ/wavefront-spring-boot ? |
I think we should keep this conversation here. The configuration to disable the endpoint should be read soon enough (that is not via configuration server). How is this configuration file loaded ? |
@snicoll I am sorry. I am DevOps engineer. Where i can find configuration file ? |
@patsevanton sorry I've noticed that you did answered my question already. I am not sure |
any news? |
Yes see #43 |
Hello!
I try run spring-petclinic-cloud in kubernetes locally.
I get error.
How deploy spring-petclinic-cloud to k8s without wavefront?
The text was updated successfully, but these errors were encountered: