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.

18 lines
381 B

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