Skip to content

Commit

Permalink
fix issue with service to deployment mapping
Browse files Browse the repository at this point in the history
Signed-off-by: kmova <kiran.mova@openebs.io>
  • Loading branch information
kmova committed Feb 20, 2018
1 parent 183343a commit c294c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/charts/openebs/templates/service-openebs-grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
targetPort: {{ .Values.grafana.ports.internalPort }}
nodePort: {{ .Values.grafana.ports.nodePort }}
selector:
app: {{ template "openebs.name" . }}-grafana
app: {{ template "openebs.name" . }}
release: {{ .Release.Name }}
component: {{ template "openebs.fullname" . }}
role: grafana
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
nodePort: {{ .Values.prometheus.ports.nodePort }}
# Note that this Service will be visible as both NodeIP:nodePort and clusterIp:Port
selector:
app: {{ template "openebs.name" . }}-prometheus
app: {{ template "openebs.name" . }}
release: {{ .Release.Name }}
component: {{ template "openebs.fullname" . }}
role: prometheus
Expand Down

0 comments on commit c294c4f

Please sign in to comment.