add app homer

This commit is contained in:
2024-07-15 09:01:22 +10:00
parent 1c65c7a621
commit 02fe691786
6 changed files with 102 additions and 0 deletions

11
apps/homer/env/k3s-cluster/config.json vendored Normal file
View File

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