mirror of https://github.com/k3s-io/k3s
9 lines
150 B
YAML
9 lines
150 B
YAML
![]() |
apiVersion: v1beta1
|
||
|
kind: Service
|
||
|
id: elasticsearch
|
||
|
containerPort: es-port
|
||
|
port: 9200
|
||
|
selector:
|
||
|
app: elasticsearch
|
||
|
createExternalLoadBalancer: true
|