Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dscc-admin-ch committed Jun 4, 2024
1 parent a61b7ef commit 57c8248
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions html/notebooks/demo_kubernetes_admin_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "d0b8dc2b",
"id": "2cd75bb3",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"cell_type": "markdown",
"id": "4e1de725",
"id": "89e4394a",
"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": "2b824e10",
"id": "698ff4d5",
"metadata": {},
"source": [
"### Archives of queries"
Expand All @@ -401,7 +401,7 @@
{
"cell_type": "code",
"execution_count": 11,
"id": "a59455e7",
"id": "5b53b2b0",
"metadata": {},
"outputs": [
{
Expand Down
10 changes: 5 additions & 5 deletions html/notebooks/demo_kubernetes_deployment_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "053f86b0",
"id": "3e54579b",
"metadata": {},
"outputs": [
{
Expand All @@ -47,7 +47,7 @@
},
{
"cell_type": "markdown",
"id": "202b4e77",
"id": "c0eb12cf",
"metadata": {},
"source": [
"### Server"
Expand Down Expand Up @@ -254,7 +254,7 @@
},
{
"cell_type": "markdown",
"id": "4211197d",
"id": "1dcf452f",
"metadata": {},
"source": [
"#### Update `values.yaml` file\n",
Expand Down Expand Up @@ -291,7 +291,7 @@
},
{
"cell_type": "markdown",
"id": "682dc4e1",
"id": "94ef77e5",
"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": "ac325c27",
"id": "631401b9",
"metadata": {},
"outputs": [],
"source": [
Expand Down
4 changes: 2 additions & 2 deletions html/notebooks/kubernetes_deployment_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
},
{
"cell_type": "markdown",
"id": "83252698",
"id": "abb90690",
"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": "d26ea20e",
"id": "4720e39c",
"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 57c8248

Please sign in to comment.