This message was deleted.
# all-things-deployment
b
This message was deleted.
w
I also had this: add the “global.datahub.monitoring.enablePrometheus: false” part:
Copy code
datahub:
  gms:
    port: "8080"
    nodePort: "30001"
  mae_consumer:
    port: "9091"
    nodePort: "30002"
  appVersion: "1.0"
  monitoring:
    enablePrometheus: false
c
Let me try
We can only modify values.yml where we need to add this
It worked thanks
😄 1