diff options
author | Dan Yocum <dyocum@redhat.com> | 2018-01-23 13:17:06 -0500 |
---|---|---|
committer | Dan Yocum <dyocum@redhat.com> | 2018-01-23 13:17:06 -0500 |
commit | c2de775c80b8daa629af514f24118f704c521c18 (patch) | |
tree | fda6b6352c3bdeb06946a04cf0b8fbf2dd4b782c /files/origin-components/console-config.yaml | |
parent | 1dc60bb8a49afaf2e6efcf9a3740f1f112671872 (diff) | |
download | openshift-c2de775c80b8daa629af514f24118f704c521c18.tar.gz openshift-c2de775c80b8daa629af514f24118f704c521c18.tar.bz2 openshift-c2de775c80b8daa629af514f24118f704c521c18.tar.xz openshift-c2de775c80b8daa629af514f24118f704c521c18.zip |
moving files to their correct <role>/files dir for the openshift_web_console and template_service_broker roles
Diffstat (limited to 'files/origin-components/console-config.yaml')
-rw-r--r-- | files/origin-components/console-config.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/files/origin-components/console-config.yaml b/files/origin-components/console-config.yaml deleted file mode 100644 index 32a28775f..000000000 --- a/files/origin-components/console-config.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: webconsole.config.openshift.io/v1 -kind: WebConsoleConfiguration -clusterInfo: - consolePublicURL: https://127.0.0.1:8443/console/ - loggingPublicURL: "" - logoutPublicURL: "" - masterPublicURL: https://127.0.0.1:8443 - metricsPublicURL: "" -extensions: - scriptURLs: [] - stylesheetURLs: [] - properties: null -features: - inactivityTimeoutMinutes: 0 -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 |