20 lines
507 B
YAML
20 lines
507 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: eck-observability-prd-es-hot-warm
|
|
namespace: eck-observability-prd
|
|
labels:
|
|
app: elasticsearch
|
|
elasticsearch.k8s.elastic.co/cluster-name: eck-observability-prd
|
|
elasticsearch.k8s.elastic.co/tier: hot-warm-data
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 9200
|
|
targetPort: 9200
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
elasticsearch.k8s.elastic.co/cluster-name: eck-observability-prd
|
|
elasticsearch.k8s.elastic.co/tier: hot-warm-data
|