add app coder

This commit is contained in:
2024-07-20 03:29:48 +10:00
parent 43cf86cb77
commit f1f54070c1
12 changed files with 133 additions and 99 deletions

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

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