mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
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
188 B
YAML
11 lines
188 B
YAML
apiVersion: v1beta1
|
|
kind: Service
|
|
id: kibana-logging
|
|
containerPort: kibana-port
|
|
port: 5601
|
|
labels:
|
|
name: kibana-logging
|
|
selector:
|
|
name: kibana-logging
|
|
createExternalLoadBalancer: true
|