diff --git a/smardigo/templates/elastic/external-elastic-service.yml b/smardigo/templates/elastic/external-elastic-service.yml index faba0d2..85e1f8f 100644 --- a/smardigo/templates/elastic/external-elastic-service.yml +++ b/smardigo/templates/elastic/external-elastic-service.yml @@ -13,9 +13,6 @@ spec: - protocol: TCP port: 9200 targetPort: 9200 - - protocol: TCP - port: 9300 - targetPort: 9300 --- apiVersion: v1 kind: Endpoints @@ -26,7 +23,6 @@ subsets: - ip: {{ .Values.sharedService.elastic.host01.ip }} ports: - port: 9200 - - port: 9300 --- apiVersion: v1 kind: Service @@ -42,9 +38,6 @@ spec: - protocol: TCP port: 9200 targetPort: 9200 - - protocol: TCP - port: 9300 - targetPort: 9300 --- apiVersion: v1 kind: Endpoints @@ -55,7 +48,6 @@ subsets: - ip: {{ .Values.sharedService.elastic.host02.ip }} ports: - port: 9200 - - port: 9300 --- apiVersion: v1 kind: Service @@ -71,9 +63,6 @@ spec: - protocol: TCP port: 9200 targetPort: 9200 - - protocol: TCP - port: 9300 - targetPort: 9300 --- apiVersion: v1 kind: Endpoints @@ -84,4 +73,3 @@ subsets: - ip: {{ .Values.sharedService.elastic.host03.ip }} ports: - port: 9200 - - port: 9300 \ No newline at end of file