You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
335 B

9 years ago
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: elasticsearch-logging
  5. namespace: kube-system
  6. labels:
  7. k8s-app: elasticsearch-logging
  8. kubernetes.io/cluster-service: "true"
  9. kubernetes.io/name: "Elasticsearch"
  10. spec:
  11. ports:
  12. - port: 9200
  13. protocol: TCP
  14. targetPort: db
  15. selector:
  16. k8s-app: elasticsearch-logging