Unable to apply serviceAnnotations to elastic helm chart via values.yml

trying to apply below annotations:

serviceAnnotations:
  getambassador.io/config: |
    ---
    apiVersion: ambassador/v1
    kind: Mapping
    name: elasticsearch-development_mapping
    host: elasticsearch.dev.domain.com
    prefix: /
    service: elasticsearch-client.development:9200

But elasticsearch-client service does not have this annotation applied

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.