1
0
Fork 0

feat(cluster-components): add minio

This commit is contained in:
Vojtěch Mareš 2022-09-03 12:08:05 +02:00
parent 4967f8b8ab
commit 6cd8a3c93a
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 54 additions and 0 deletions

20
_argocd/apps/minio.yaml Normal file
View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: minio
namespace: argocd
spec:
destination:
namespace: minio
server: https://kubernetes.default.svc
project: default
source:
path: cluster-components/minio
repoURL: https://gitlab.mareshq.com/gitops/mareshq/bee.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true