From 46cb9df137890dcce35090b9ca4b313765d73ae8 Mon Sep 17 00:00:00 2001
From: Kostis Trantzas <ktrantzas@ece.upatras.gr>
Date: Thu, 10 Oct 2024 11:34:56 +0300
Subject: [PATCH] Changing the external ingress installation guide

---
 doc/deploymentK8s.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/deploymentK8s.md b/doc/deploymentK8s.md
index 1fec4303..c99ebc4a 100644
--- a/doc/deploymentK8s.md
+++ b/doc/deploymentK8s.md
@@ -19,7 +19,7 @@
     * **Disclaimer:** The current manual setup of Persistent Volumes using `hostPath` is designed to operate with **only a single worker node**. This setup will not support data persistence if a pod is rescheduled to another node.
 * **Helm:** For managing the deployment of OpenSlice.
 * **Ingress Controller:** Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. Traffic routing is controlled by rules defined on the Ingress resource. An Ingress may be configured to give Services externally-reachable URLs, load balance traffic, terminate SSL / TLS, and offer name-based virtual hosting. An Ingress controller is responsible for fulfilling the Ingress, usually with a load balancer, though it may also configure your edge router or additional frontends to help handle the traffic. You must have an Ingress controller to satisfy an Ingress.
-    * An Nginx ingress controller is required, which can be installed using [this guide](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/). 
+    * An Nginx ingress controller is required, which can be installed using [this guide](https://kubernetes.github.io/ingress-nginx/deploy/). 
     * If you use another type of ingress controller, you'll need to modify `[repo-root]/kubernetes/helm/openslice/templates/openslice-ingress.yaml` to conform to your ingress controller's requirements.
 * **Network Load Balancer:** Required for exposing the service (e.g., GCP, AWS, Azure, MetalLB).
 * **Domain/IP Address:** Necessary for accessing the application. This should be configured in `[repo-root]/kubernetes/helm/openslice/values.yaml` under `rooturl`.
-- 
GitLab