Skip to content

Commit

Permalink
Merge pull request #2669 from cloudfoundry-incubator/support-new-scf-…
Browse files Browse the repository at this point in the history
…config

Add support for new SCF Config LB property
  • Loading branch information
nwmac authored Jul 17, 2018
2 parents b7b5c88 + d2cc81d commit 653fb97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/console/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
selector:
app: "{{ .Release.Name }}"
component: console
{{- if .Values.useLb }}
{{- if or .Values.useLb .Values.services.loadbalanced }}
type: LoadBalancer
{{- else }}
type: NodePort
Expand Down
6 changes: 4 additions & 2 deletions deploy/kubernetes/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ uaa:
consoleClientSecret:
consoleAdminIdentifier:
skipSSLValidation: false
# SCF values compatability
# SCF values compatability
env:
DOMAIN:
UAA_HOST:
Expand All @@ -75,4 +75,6 @@ kube:
hostname: docker.io
username:
password:
email: default
email: default
services:
loadbalanced: false

0 comments on commit 653fb97

Please sign in to comment.