summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorSamuel Padgett <spadgett@redhat.com>2018-01-09 08:41:51 -0500
committerSamuel Padgett <spadgett@redhat.com>2018-01-09 09:46:09 -0500
commit75f245f01bd3f1d96c87f0d8a2ebe8a13f86c7ec (patch)
treea30234ca019da25393c4f6b936d67e90e7513017 /files
parentb144534935e3bcfadd7af34fa0eb18f4cbac8d8b (diff)
downloadopenshift-75f245f01bd3f1d96c87f0d8a2ebe8a13f86c7ec.tar.gz
openshift-75f245f01bd3f1d96c87f0d8a2ebe8a13f86c7ec.tar.bz2
openshift-75f245f01bd3f1d96c87f0d8a2ebe8a13f86c7ec.tar.xz
openshift-75f245f01bd3f1d96c87f0d8a2ebe8a13f86c7ec.zip
Update web console template
Update the web console template based on changes in https://github.com/openshift/origin/pull/17575
Diffstat (limited to 'files')
-rw-r--r--files/origin-components/console-template.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/files/origin-components/console-template.yaml b/files/origin-components/console-template.yaml
index b2a6569fd..7bf2d0cf4 100644
--- a/files/origin-components/console-template.yaml
+++ b/files/origin-components/console-template.yaml
@@ -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"
@@ -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
@@ -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