This message was deleted.
# atlantis-community
s
This message was deleted.
p
Did you check the server config docs?
you can correlate that to the value you need to pass on the helm chart
d
Thanks for the response @PePe Amengual! I will do that on Monday and post my findings. Have a great weekend !
👍🏽 1
I am back on the metrics topic. I think i've configured everything as per the documentation, but when i curl the metrics endpoint from inside the pod, i get a 404. Here is what i configured in `values.yaml`:
Copy code
repoConfig: |
...
metrics:
    prometheus:
      endpoint: /metrics

servicemonitor:
  enabled: true
  interval: "30s"
  path: /metrics
  auth:
    basicAuth:
      enabled: false
    externalSecret:
      enabled: false
Not sure what else remains to be configured.
I've also exported
--stats-namespace
as
ATLANTIS_STATS_NAMESPACE
in the pod, without avail.