diff --git a/code-server/argocd.yaml b/code-server/argocd.yaml index f84dc83..644cd5f 100644 --- a/code-server/argocd.yaml +++ b/code-server/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/code-server/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main path: code-server destination: diff --git a/docusaurus/argocd.yaml b/docusaurus/argocd.yaml index fa4780b..29b0d0d 100644 --- a/docusaurus/argocd.yaml +++ b/docusaurus/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default sources: - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main path: docusaurus destination: diff --git a/docusaurus/asset/docs/intro.md b/docusaurus/asset/docs/intro.md index 2634e13..c7227ae 100644 --- a/docusaurus/asset/docs/intro.md +++ b/docusaurus/asset/docs/intro.md @@ -37,4 +37,4 @@ If you have questions or need assistance: 1. Check the documentation sections 2. Search for specific topics -3. Visit our [Gitea repository](https://gitea0213.kro.kr/bluemayne/infrastructure) +3. Visit our [Gitea repository](https://github.com/Mayne0213/infrastructure) diff --git a/docusaurus/asset/docs/services/argocd.md b/docusaurus/asset/docs/services/argocd.md index f78707b..f121fee 100644 --- a/docusaurus/asset/docs/services/argocd.md +++ b/docusaurus/asset/docs/services/argocd.md @@ -31,7 +31,7 @@ metadata: spec: project: default source: - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + repoURL: https://github.com/Mayne0213/infrastructure.git targetRevision: main path: example-service destination: diff --git a/docusaurus/asset/docusaurus.config.js b/docusaurus/asset/docusaurus.config.js index 824726b..aefe9ef 100644 --- a/docusaurus/asset/docusaurus.config.js +++ b/docusaurus/asset/docusaurus.config.js @@ -45,7 +45,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://gitea0213.kro.kr/bluemayne/infrastructure/src/branch/main/docusaurus/', + 'https://github.com/Mayne0213/infrastructure/src/branch/main/docusaurus/', }, theme: { customCss: './src/css/custom.css', @@ -78,7 +78,7 @@ const config = { position: 'right', }, { - href: 'https://gitea0213.kro.kr/bluemayne/infrastructure', + href: 'https://github.com/Mayne0213/infrastructure', label: 'Gitea', position: 'right', }, @@ -122,7 +122,7 @@ const config = { }, { label: 'Repository', - href: 'https://gitea0213.kro.kr/bluemayne/infrastructure', + href: 'https://github.com/Mayne0213/infrastructure', }, ], }, diff --git a/docusaurus/deployment.yaml b/docusaurus/deployment.yaml index 6ea7179..c3165dd 100644 --- a/docusaurus/deployment.yaml +++ b/docusaurus/deployment.yaml @@ -25,7 +25,7 @@ spec: - | apk add --no-cache git echo "Cloning repository..." - git clone https://gitea0213.kro.kr/bluemayne/applications.git /tmp/repo + git clone https://github.com/Mayne0213/applications.git /tmp/repo cd /tmp/repo/docusaurus/asset echo "Installing dependencies..." npm install --legacy-peer-deps diff --git a/gitea/argocd.yaml b/gitea/argocd.yaml index 015983b..e95cc81 100644 --- a/gitea/argocd.yaml +++ b/gitea/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/gitea/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main path: gitea destination: diff --git a/homer/argocd.yaml b/homer/argocd.yaml index 0d17867..878ab09 100644 --- a/homer/argocd.yaml +++ b/homer/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default sources: - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main path: homer destination: diff --git a/homer/deployment.yaml b/homer/deployment.yaml index dda6413..a8610be 100644 --- a/homer/deployment.yaml +++ b/homer/deployment.yaml @@ -32,7 +32,7 @@ spec: args: - | # Git에서 assets 복사 - git clone --depth 1 --branch main https://gitea0213.kro.kr/bluemayne/applications.git /tmp/repo + git clone --depth 1 --branch main https://github.com/Mayne0213/applications.git /tmp/repo # assets 폴더 덮어쓰기 rm -rf /www/assets cp -r /tmp/repo/homer/assets /www/assets diff --git a/umami/argocd.yaml b/umami/argocd.yaml index 06754af..2496653 100644 --- a/umami/argocd.yaml +++ b/umami/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/umami/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git + - repoURL: https://github.com/Mayne0213/applications.git targetRevision: main path: umami destination: