add app plex

This commit is contained in:
2024-07-22 00:14:15 +10:00
parent aa6186f214
commit 0486964fc2
6 changed files with 71 additions and 0 deletions

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

@@ -0,0 +1,12 @@
{
"appName": "XXX",
"userGivenName": "XXX",
"namespace": "XXX",
"destNamespace": "XXX",
"destServer": "https://kubernetes.default.svc",
"srcPath": "XXX/XXX/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