add app nexus

This commit is contained in:
2024-07-16 13:33:13 +10:00
parent a8b9935725
commit 940d4693b0
5 changed files with 73 additions and 0 deletions

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

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

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base