Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dscc-admin-ch committed Jun 10, 2024
1 parent fbe53b7 commit 41ae817
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "fa03fd4a",
"id": "be88a87f",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"cell_type": "markdown",
"id": "eb50b811",
"id": "8b15e19d",
"metadata": {},
"source": [
"#### Since the service has been deployed in the demo 1, the URL should be accessible."
Expand Down Expand Up @@ -392,7 +392,7 @@
},
{
"cell_type": "markdown",
"id": "2ce531a6",
"id": "bad1c2de",
"metadata": {},
"source": [
"### Archives of queries"
Expand All @@ -401,7 +401,7 @@
{
"cell_type": "code",
"execution_count": 11,
"id": "538c6553",
"id": "bac76d74",
"metadata": {},
"outputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "12663312",
"id": "53a14c68",
"metadata": {},
"outputs": [
{
Expand All @@ -47,7 +47,7 @@
},
{
"cell_type": "markdown",
"id": "991b3a2c",
"id": "34d680c0",
"metadata": {},
"source": [
"### Server"
Expand Down Expand Up @@ -254,7 +254,7 @@
},
{
"cell_type": "markdown",
"id": "5f35b219",
"id": "b38a1f8c",
"metadata": {},
"source": [
"#### Update `values.yaml` file\n",
Expand Down Expand Up @@ -291,7 +291,7 @@
},
{
"cell_type": "markdown",
"id": "7a101ed5",
"id": "391b40fd",
"metadata": {},
"source": [
"#### Access the client environment through the url and use the password defined in the values file."
Expand All @@ -308,7 +308,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "e7a340f4",
"id": "ece25f0e",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
},
{
"cell_type": "markdown",
"id": "2223ba33",
"id": "1e29596c",
"metadata": {},
"source": [
"Again, one needs to update the `values.yaml` file with the desired values. The important fields are `ingress.hosts[0].host` and `ingress.tls.hosts[0]` for the url, `password` for the user session and `image.repository` for specifying the previously built image. Make sure to change the `nameOverride`, `fullnameOverride` and url when deploying multiple client images.\n",
Expand All @@ -221,7 +221,7 @@
},
{
"cell_type": "markdown",
"id": "44eaadda",
"id": "6a34991c",
"metadata": {},
"source": [
"The user session should now be available at the specified url, just type the password and you are in!\n",
Expand Down

0 comments on commit 41ae817

Please sign in to comment.