
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
11 lines
205 B
YAML
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
|