Skip to content

Commit

Permalink
Update web console template
Browse files Browse the repository at this point in the history
Update the web console template based on changes in
openshift/origin#17575
  • Loading branch information
spadgett committed Jan 9, 2018
1 parent b144534 commit 0cfe0b7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions files/origin-components/console-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parameters:
- name: IMAGE
value: openshift/origin-web-console:latest
- name: NAMESPACE
# This namespace cannot be changed. Only `openshift-web-console` is supported.
value: openshift-web-console
- name: LOGLEVEL
value: "0"
Expand Down Expand Up @@ -51,6 +52,7 @@ objects:
command:
- "/usr/bin/origin-web-console"
- "--audit-log-path=-"
- "-v=${LOGLEVEL}"
- "--config=/var/webconsole-config/webconsole-config.yaml"
ports:
- containerPort: 8443
Expand All @@ -64,15 +66,20 @@ objects:
path: /healthz
port: 8443
scheme: HTTPS
livenessProbe:
httpGet:
path: /
port: 8443
scheme: HTTPS
nodeSelector: "${{NODE_SELECTOR}}"
volumes:
- name: serving-cert
secret:
defaultMode: 420
defaultMode: 400
secretName: webconsole-serving-cert
- name: webconsole-config
configMap:
defaultMode: 420
defaultMode: 440
name: webconsole-config

# to create the config for the web console
Expand Down

0 comments on commit 0cfe0b7

Please sign in to comment.