Skip to content

Commit

Permalink
Merge pull request #3168 from cloudfoundry-incubator/fix-selector
Browse files Browse the repository at this point in the history
Helm Chart: Fix service selectors for nginx service
  • Loading branch information
richard-cox authored Nov 2, 2018
2 parents 592c239 + 01b740a commit a746aff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/kubernetes/console/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
targetPort: 443
selector:
app.kubernetes.io/instance: "{{ .Release.Name }}"
component: console
app.kubernetes.io/component: "console"
{{- if or .Values.useLb .Values.services.loadbalanced }}
type: LoadBalancer
{{- else }}
Expand Down Expand Up @@ -58,3 +58,5 @@ spec:
targetPort: mysql
selector:
app.kubernetes.io/instance: "{{ .Release.Name }}"
app.kubernetes.io/component: "console-mariadb"

0 comments on commit a746aff

Please sign in to comment.