1apiVersion: apps/v1 2kind: Deployment 3metadata: 4 name: elasticsearch 5 namespace: elasticsearch 6 labels: 7 app: elasticsearch 8spec: 9 selector: 10 matchLabels: 11 app: elasticsearch 12 template: 13 metadata: 14 labels: 15 app: elasticsearch 16 spec: 17 containers: 18 - name: elasticsearch 19 image: elasticsearch