This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 2d48b98e41e712bd4b05789fd0f577f2ba52584d
Author: Joshua Poddoku <[email protected]>
AuthorDate: Thu Feb 9 03:21:21 2023 +0530

    Updated correct URL for yaml file
    
    Closes https://github.com/apache/incubator-devlake/issues/4363
---
 docs/GettingStarted/KubernetesSetup.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/GettingStarted/KubernetesSetup.md 
b/docs/GettingStarted/KubernetesSetup.md
index ebb7b34c83..64a8bf966e 100644
--- a/docs/GettingStarted/KubernetesSetup.md
+++ b/docs/GettingStarted/KubernetesSetup.md
@@ -11,13 +11,13 @@ We highly recommend the [helm approach](./HelmSetup.md), 
this page is for Advanc
 
 :::
 
-We provide a sample 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/deployment/k8s/k8s-deploy.yaml)
 to help deploy DevLake to Kubernetes
+We provide a sample 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/devops/deployment/k8s/k8s-deploy.yaml)
 to help deploy DevLake to Kubernetes
 
-[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/deployment/k8s/k8s-deploy.yaml)
 will create a namespace `devlake` on your k8s cluster, and use `nodePort 
30004` for `config-ui`,  `nodePort 30002` for `grafana` dashboards. If you 
would like to use a specific version of Apache DevLake, please update the image 
tag of `grafana`, `devlake` and `config-ui` deployments.
+[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/devops/deployment/k8s/k8s-deploy.yaml)
 will create a namespace `devlake` on your k8s cluster, and use `nodePort 
30004` for `config-ui`,  `nodePort 30002` for `grafana` dashboards. If you 
would like to use a specific version of Apache DevLake, please update the image 
tag of `grafana`, `devlake` and `config-ui` deployments.
 
 ## Step-by-step guide
 
-1. Download 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/deployment/k8s/k8s-deploy.yaml)
+1. Download 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/devops/deployment/k8s/k8s-deploy.yaml)
 2. Customize the settings (`devlake-config` config map):
    - Settings shared between `grafana` and `mysql`
      * `MYSQL_ROOT_PASSWORD`: set root password for `mysql`

Reply via email to