Added MiniIO to platform

This commit is contained in:
Arvind Prabhakar 2026-06-22 22:57:58 +00:00
commit b7cd39609f
6 changed files with 175 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: platform-minio
namespace: argocd
spec:
project: platform
source:
repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git
targetRevision: main
path: rendered/platform-minio
destination:
server: https://kubernetes.default.svc
namespace: platform-services
syncPolicy:
automated:
prune: false
selfHeal: true