You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2023/02/08 22:32:43 UTC

[incubator-devlake-website] branch main updated (66ec39bf8f -> c6dd665b7d)

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

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


    from 66ec39bf8f docs(cicd): update docs (#421)
     new 2d48b98e41 Updated correct URL for yaml file
     new c6dd665b7d Updated with correct yaml file URL in v0.15 doc

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/GettingStarted/KubernetesSetup.md                         | 6 +++---
 versioned_docs/version-v0.15/GettingStarted/KubernetesSetup.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


[incubator-devlake-website] 02/02: Updated with correct yaml file URL in v0.15 doc

Posted by wa...@apache.org.
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 c6dd665b7d0aebb7e874ebbc17fef010398573c8
Author: Joshua Poddoku <jo...@gmail.com>
AuthorDate: Thu Feb 9 03:56:25 2023 +0530

    Updated with correct yaml file URL in v0.15 doc
    
    https://github.com/apache/incubator-devlake/issues/4363
---
 versioned_docs/version-v0.15/GettingStarted/KubernetesSetup.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/versioned_docs/version-v0.15/GettingStarted/KubernetesSetup.md b/versioned_docs/version-v0.15/GettingStarted/KubernetesSetup.md
index ebb7b34c83..64a8bf966e 100644
--- a/versioned_docs/version-v0.15/GettingStarted/KubernetesSetup.md
+++ b/versioned_docs/version-v0.15/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`


[incubator-devlake-website] 01/02: Updated correct URL for yaml file

Posted by wa...@apache.org.
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 <jo...@gmail.com>
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`