chore(apps): add single-node minio

This commit is contained in:
David Landry 2024-01-22 00:23:29 -05:00
parent ff09cd38b1
commit e3cb15780e
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"appName": "minio",
"userGivenName": "minio",
"destNamespace": "minio-dev",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/minio/overlays/system",
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View file

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