Skip to content

Commit

Permalink
Fix service ports in chart (#420)
Browse files Browse the repository at this point in the history
Fixes: #419
  • Loading branch information
tamalsaha authored Sep 24, 2018
1 parent 27f3aae commit e3af800
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chart/searchlight/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ spec:
ports:
- name: ui
port: 80
targetPort: ui
targetPort: 60006
- name: api
port: 443
targetPort: 8443
- name: icinga
port: 5665
targetPort: icinga
- name: api
port: 8080
targetPort: api
targetPort: 5665
selector:
app: "{{ template "searchlight.name" . }}"
release: "{{ .Release.Name }}"

0 comments on commit e3af800

Please sign in to comment.