Files
kubernetes/cluster/addons/fluentd-elasticsearch/es-service.yaml
Zach Loafman ae27f29c56 Reinstate cluster logging URLs to the end of kube-up.sh
Adds labels to the services, waits for them to be created (which
should be instant, but just in case), query the forwarding rules like
as we did before.

Fixes #3893
2015-02-03 08:27:02 -08:00

11 lines
205 B
YAML

apiVersion: v1beta1
kind: Service
id: elasticsearch-logging
containerPort: es-port
port: 9200
labels:
name: elasticsearch-logging
selector:
name: elasticsearch-logging
createExternalLoadBalancer: true