|
|
|
@ -3,6 +3,11 @@ apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
name: "{{ .Values.sharedService.elastic.host01.name }}"
|
|
|
|
name: "{{ .Values.sharedService.elastic.host01.name }}"
|
|
|
|
|
|
|
|
labels:
|
|
|
|
|
|
|
|
app: "{{ .Values.sharedService.elastic.host01.name }}"
|
|
|
|
|
|
|
|
spec:
|
|
|
|
|
|
|
|
selector:
|
|
|
|
|
|
|
|
app: "{{ .Values.sharedService.elastic.host01.name }}"
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- protocol: TCP
|
|
|
|
- protocol: TCP
|
|
|
|
@ -23,6 +28,11 @@ apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
name: "{{ .Values.sharedService.elastic.host02.name }}"
|
|
|
|
name: "{{ .Values.sharedService.elastic.host02.name }}"
|
|
|
|
|
|
|
|
labels:
|
|
|
|
|
|
|
|
app: "{{ .Values.sharedService.elastic.host02.name }}"
|
|
|
|
|
|
|
|
spec:
|
|
|
|
|
|
|
|
selector:
|
|
|
|
|
|
|
|
app: "{{ .Values.sharedService.elastic.host02.name }}"
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- protocol: TCP
|
|
|
|
- protocol: TCP
|
|
|
|
@ -43,6 +53,11 @@ apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
name: "{{ .Values.sharedService.elastic.host03.name }}"
|
|
|
|
name: "{{ .Values.sharedService.elastic.host03.name }}"
|
|
|
|
|
|
|
|
labels:
|
|
|
|
|
|
|
|
app: "{{ .Values.sharedService.elastic.host03.name }}"
|
|
|
|
|
|
|
|
spec:
|
|
|
|
|
|
|
|
selector:
|
|
|
|
|
|
|
|
app: "{{ .Values.sharedService.elastic.host03.name }}"
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- protocol: TCP
|
|
|
|
- protocol: TCP
|
|
|
|
|