dashboard: Use upstream default port

We are currently using incorrect dashboard default port. The upstream
uses 8443 instead of 8234 by default. This should get us closer to the
upstream project.

Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 21758fcee8)
pull/4219/head
Boris Ranto 2019-07-09 22:32:38 +02:00 committed by Guillaume Abrioux
parent 3bdcbb005f
commit 5d5e7d59fd
3 changed files with 3 additions and 3 deletions

View File

@ -704,7 +704,7 @@ dummy:
# Choose http or https
# For https, you should set dashboard.crt/key and grafana.crt/key
#dashboard_protocol: http
#dashboard_port: 8234
#dashboard_port: 8443
#dashboard_admin_user: admin
#dashboard_admin_password: admin
# We only need this for SSL (https) connections

View File

@ -704,7 +704,7 @@ ceph_docker_registry: "registry.access.redhat.com"
# Choose http or https
# For https, you should set dashboard.crt/key and grafana.crt/key
#dashboard_protocol: http
#dashboard_port: 8234
#dashboard_port: 8443
#dashboard_admin_user: admin
#dashboard_admin_password: admin
# We only need this for SSL (https) connections

View File

@ -696,7 +696,7 @@ dashboard_enabled: False
# Choose http or https
# For https, you should set dashboard.crt/key and grafana.crt/key
dashboard_protocol: http
dashboard_port: 8234
dashboard_port: 8443
dashboard_admin_user: admin
dashboard_admin_password: admin
# We only need this for SSL (https) connections