feat: deployment

main
Sven Ketelsen 4 years ago
parent 263c87e369
commit 973d77217a

@ -13,9 +13,6 @@ spec:
- protocol: TCP - protocol: TCP
port: 9200 port: 9200
targetPort: 9200 targetPort: 9200
- protocol: TCP
port: 9300
targetPort: 9300
--- ---
apiVersion: v1 apiVersion: v1
kind: Endpoints kind: Endpoints
@ -26,7 +23,6 @@ subsets:
- ip: {{ .Values.sharedService.elastic.host01.ip }} - ip: {{ .Values.sharedService.elastic.host01.ip }}
ports: ports:
- port: 9200 - port: 9200
- port: 9300
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
@ -42,9 +38,6 @@ spec:
- protocol: TCP - protocol: TCP
port: 9200 port: 9200
targetPort: 9200 targetPort: 9200
- protocol: TCP
port: 9300
targetPort: 9300
--- ---
apiVersion: v1 apiVersion: v1
kind: Endpoints kind: Endpoints
@ -55,7 +48,6 @@ subsets:
- ip: {{ .Values.sharedService.elastic.host02.ip }} - ip: {{ .Values.sharedService.elastic.host02.ip }}
ports: ports:
- port: 9200 - port: 9200
- port: 9300
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
@ -71,9 +63,6 @@ spec:
- protocol: TCP - protocol: TCP
port: 9200 port: 9200
targetPort: 9200 targetPort: 9200
- protocol: TCP
port: 9300
targetPort: 9300
--- ---
apiVersion: v1 apiVersion: v1
kind: Endpoints kind: Endpoints
@ -84,4 +73,3 @@ subsets:
- ip: {{ .Values.sharedService.elastic.host03.ip }} - ip: {{ .Values.sharedService.elastic.host03.ip }}
ports: ports:
- port: 9200 - port: 9200
- port: 9300
Loading…
Cancel
Save