mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Replaced Go discovery mechanism for Elasticsearch discovery plug-in that supports Kubernetes.
17 lines
259 B
YAML
17 lines
259 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: elasticsearch
|
|
labels:
|
|
component: elasticsearch
|
|
role: client
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
component: elasticsearch
|
|
role: client
|
|
ports:
|
|
- name: http
|
|
port: 9200
|
|
protocol: TCP
|