hongbo-miao/hongbomiao.com

View on GitHub
kubernetes/manifests/elastic/hm-amp.yaml

Summary

Maintainability
Test Coverage
# https://github.com/elastic/cloud-on-k8s/blob/2.7/config/samples/apm/apm_es_kibana.yaml

---
apiVersion: apm.k8s.elastic.co/v1
kind: ApmServer
metadata:
  name: hm-apm
  namespace: hm-elastic
spec:
  version: 8.6.1
  count: 1
  elasticsearchRef:
    name: hm-elasticsearch
  config:
    xpack.fleet.packages:
      - name: apm
        version: latest
  kibanaRef:
    name: hm-kibana