diff options
author | Samuel Padgett <spadgett@redhat.com> | 2017-11-15 13:12:12 -0500 |
---|---|---|
committer | Samuel Padgett <spadgett@redhat.com> | 2018-01-05 15:36:39 -0500 |
commit | 296ee5ee346c843eb69786e1ab997e72870839ff (patch) | |
tree | 4ee6e9122b6d438e287b7f74ea33c894f62d3ba6 /files/origin-components/console-config.yaml | |
parent | cc3a0b463c9903af6664d0a978bae530c486d991 (diff) | |
download | openshift-296ee5ee346c843eb69786e1ab997e72870839ff.tar.gz openshift-296ee5ee346c843eb69786e1ab997e72870839ff.tar.bz2 openshift-296ee5ee346c843eb69786e1ab997e72870839ff.tar.xz openshift-296ee5ee346c843eb69786e1ab997e72870839ff.zip |
Install web console server
Diffstat (limited to 'files/origin-components/console-config.yaml')
-rw-r--r-- | files/origin-components/console-config.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/origin-components/console-config.yaml b/files/origin-components/console-config.yaml new file mode 100644 index 000000000..8f3f87c0b --- /dev/null +++ b/files/origin-components/console-config.yaml @@ -0,0 +1,21 @@ +kind: AssetConfig +apiVersion: v1 +extensionDevelopment: false +extensionProperties: null +extensionScripts: null +extensionStylesheets: null +extensions: null +loggingPublicURL: "" +logoutURL: "" +masterPublicURL: https://127.0.0.1:8443 +metricsPublicURL: "" +publicURL: https://127.0.0.1:8443/console/ +servingInfo: + bindAddress: 0.0.0.0:8443 + bindNetwork: tcp4 + certFile: /var/serving-cert/tls.crt + clientCA: "" + keyFile: /var/serving-cert/tls.key + maxRequestsInFlight: 0 + namedCertificates: null + requestTimeoutSeconds: 0
\ No newline at end of file |