Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

How deploy spring-petclinic-cloud to k8s without wavefront ? #127

Closed
patsevanton opened this issue Nov 1, 2021 · 1 comment
Closed

How deploy spring-petclinic-cloud to k8s without wavefront ? #127

patsevanton opened this issue Nov 1, 2021 · 1 comment

Comments

@patsevanton
Copy link

patsevanton commented Nov 1, 2021

Hello! Sorry that i create issue. But i dont know where i can ask.
I use project https://github.com/spring-petclinic/spring-petclinic-cloud
But project spring-petclinic-cloud use wavefront.
I can not disable wavefront.
I create issue spring-petclinic/spring-petclinic-cloud#39 - have full config and logs.
I try disable wavefront with code:

---
spring:
  profiles: kubernetes
  cloud:
    config:
      enabled: false
    kubernetes:
      reload:
        strategy: restart-context
        enabled: true
      config:
        enabled: true
        name: petclinic-config
management:
  endpoint:
    restart:
      enabled: true
  metrics:
    export:
      wavefront:
        enabled: false

Please help. Where i can investigate this issue?
Thanks a lot!

@snicoll
Copy link
Collaborator

snicoll commented Nov 1, 2021

Let's not create a duplicate for now. The property you've used should be all that you need. I've commented on the related issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants