add app gitlab ce

This commit is contained in:
2024-07-25 08:17:49 +10:00
parent 245a0ca109
commit f8ff418fe3
5 changed files with 111 additions and 0 deletions

12
apps/gitlab/env/k3s-cluster/config.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"appName": "gitlab",
"userGivenName": "gitlab",
"namespace": "gitlab",
"destNamespace": "gitlab",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/gitlab/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}