Skip to content

Commit

Permalink
Merge pull request #1256 from kmova/helm-fix
Browse files Browse the repository at this point in the history
fix issue with service to deployment mapping
  • Loading branch information
Amit Kumar Das authored Feb 21, 2018
2 parents 6a8eddc + c294c4f commit 8f6ca62
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 8f6ca62

Please sign in to comment.