Skip to content

Commit 76025ae

Browse files
jeff-allen-mongojwilliams-mongo
authored andcommitted
(DOCSP-11672): Update deploy instructions for HTTPS port
1 parent fbb4565 commit 76025ae

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

source/includes/steps-deploy-k8s-opsmgr-https.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ content: |
462462
lastTransition: "2020-04-01T09:57:40Z"
463463
phase: Running
464464
replicas: 1
465-
url: http://om-svc.cloudqa.svc.cluster.local:8080
465+
url: http://om-svc.cloudqa.svc.cluster.local:8443
466466
version: 4.2.8
467467
468468
Backup remains in a ``Pending`` state until you configure the Backup
@@ -492,7 +492,7 @@ content: |
492492
lastTransition: "2019-12-06T18:23:26Z"
493493
message: The MongoDB object namespace/oplogdbname doesn't exist
494494
phase: Pending
495-
url: http://om-svc.dev.svc.cluster.local:8080
495+
url: http://om-svc.dev.svc.cluster.local:8443
496496
version: ""
497497
498498
Backup remains in a ``Pending`` state until you configure the Backup
@@ -534,7 +534,7 @@ content: |
534534
.. code-block:: sh
535535
:copyable: false
536536
537-
http://ops.example.com:8080
537+
http://ops.example.com:8443
538538
539539
#. Log in to |onprem| using the :ref:`admin user credentials
540540
<om-rsrc-prereqs>`.
@@ -615,7 +615,7 @@ content: |
615615
lastTransition: "2019-12-06T18:23:26Z"
616616
message: The MongoDB object namespace/oplogdbname doesn't exist
617617
phase: Pending
618-
url: http://om-svc.dev.svc.cluster.local:8080
618+
url: http://om-svc.dev.svc.cluster.local:8443
619619
version: ""
620620
621621
.. include:: /includes/admonitions/data-url-config-map-external-dbs.rst
@@ -693,7 +693,7 @@ content: |
693693
lastTransition: "2019-12-06T17:46:32Z"
694694
phase: Running
695695
replicas: 1
696-
url: http://om-backup-svc.dev.svc.cluster.local:8080
696+
url: http://om-backup-svc.dev.svc.cluster.local:8443
697697
version: 4.2.6
698698
699699
See :doc:`/reference/troubleshooting` for information about the

source/tutorial/deploy-om-container.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Infrastructure) certificates, and Certificate Authority is beyond the
3232
scope of this tutorial. This tutorial assumes prior knowledge of TLS/SSL
3333
as well as access to valid certificates.
3434

35+
When running over |https|, |onprem| runs on port ``8443`` by default.
36+
3537
Procedure
3638
---------
3739

0 commit comments

Comments
 (0)