Why the apm-server config file cannot be updated automatically

like logstash >> config.reload.automatic: true

Under kubernetes, when I want to update the configmap, the apm-server container cannot automatically load the latest config

    volumeMounts:
    - name: apm-server-config
      mountPath: /usr/share/apm-server/apm-server.yml
      readOnly: true
      subPath: apm-server.yml
  volumes:
  - name: apm-server-config
    configMap:
      name: apm-server-config

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