Skip to content

Anchor Platform Helm Chart Release 0.3.97 Latest

Latest
Compare
Choose a tag to compare
@reecexlm reecexlm released this 09 Aug 16:32
· 73 commits to main since this release
75bb486

This release fixes a bug in the the Anchor Platform Helm Chart where the Stellar Observer deployment annotations were being read from the Sep Service deployment values. You can now assign Observer Deployment annotations using the following structure:
stellarObserver.deployment.annotations
for example:

stellarObserver:
  enabled: true
  deployment:
    annotations:
      prometheus.io/path: /actuator/prometheus
      prometheus.io/port: "18083"
      prometheus.io/scrape: "true"