Skip to content

Commit

Permalink
changing metadata and search kube-helm ports (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
samshuster authored Feb 20, 2020
1 parent 9f771a2 commit 7c58452
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
ports:
- port: 5001
name: {{ .Chart.Name }}-{{ .Values.searchServiceName }}-{{ .Values.environment }}-http
targetPort: 5000
targetPort: 5001
nodePort: 30001
selector:
run: {{ .Chart.Name }}-{{ .Values.searchServiceName }}
Expand All @@ -40,7 +40,7 @@ spec:
ports:
- port: 5002
name: {{ .Chart.Name }}-{{ .Values.metadataServiceName }}-{{ .Values.environment }}-http
targetPort: 5000
targetPort: 5002
nodePort: 30002
selector:
run: {{ .Chart.Name }}-{{ .Values.metadataServiceName }}
Expand Down

0 comments on commit 7c58452

Please sign in to comment.