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