From 4350d68a4a1b9d43a7aa42e58c53ede74392a44b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 22 Jul 2024 14:10:56 +1000 Subject: [PATCH] disable gitea, sonarqube and couchdb --- apps/gitea/env/k3s-cluster/config.json | 12 ------------ apps/sonarqube/env/k3s-cluster/config.json | 12 ------------ infrastructures/couchdb/env/k3s-cluster/config.json | 12 ------------ 3 files changed, 36 deletions(-) delete mode 100644 apps/gitea/env/k3s-cluster/config.json delete mode 100644 apps/sonarqube/env/k3s-cluster/config.json delete mode 100644 infrastructures/couchdb/env/k3s-cluster/config.json diff --git a/apps/gitea/env/k3s-cluster/config.json b/apps/gitea/env/k3s-cluster/config.json deleted file mode 100644 index 05e65c8..0000000 --- a/apps/gitea/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "gitea", - "userGivenName": "gitea", - "namespace": "gitea", - "destNamespace": "gitea", - "destServer": "https://kubernetes.default.svc", - "srcPath": "apps/gitea/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file diff --git a/apps/sonarqube/env/k3s-cluster/config.json b/apps/sonarqube/env/k3s-cluster/config.json deleted file mode 100644 index 6e7454a..0000000 --- a/apps/sonarqube/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "sonarqube", - "userGivenName": "sonarqube", - "namespace": "sonarqube", - "destNamespace": "sonarqube", - "destServer": "https://kubernetes.default.svc", - "srcPath": "apps/sonarqube/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file diff --git a/infrastructures/couchdb/env/k3s-cluster/config.json b/infrastructures/couchdb/env/k3s-cluster/config.json deleted file mode 100644 index 460b4c5..0000000 --- a/infrastructures/couchdb/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "couchdb", - "userGivenName": "couchdb", - "namespace": "couchdb", - "destNamespace": "couchdb", - "destServer": "https://kubernetes.default.svc", - "srcPath": "infrastructures/couchdb/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file