apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: minio-operator namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: homelab source: repoURL: https://operator.min.io targetRevision: v5.0.0 chart: operator helm: releaseName: minio-operator values: | operator: image: repository: minio/operator tag: "v5.0.0" pullPolicy: IfNotPresent replicaCount: 1 resources: requests: cpu: 100m memory: 256Mi limits: cpu: 500m memory: 512Mi metrics: enabled: true port: 8080 rbac: create: true console: enabled: true replicaCount: 1 image: repository: minio/console tag: "v0.30.0" resources: requests: cpu: 50m memory: 128Mi limits: cpu: 200m memory: 256Mi destination: server: https://kubernetes.default.svc namespace: minio-operator syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: minio namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: homelab source: repoURL: https://forgejo.riotpiao.homelab.com/riotpiao.com/homelab.git targetRevision: main path: k8s/storage directory: recurse: false destination: server: https://kubernetes.default.svc namespace: storage syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: strimzi-operator namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: homelab source: repoURL: https://forgejo.riotpiao.homelab.com/riotpiao.com/homelab.git targetRevision: main path: k8s/sqs directory: recurse: false destination: server: https://kubernetes.default.svc namespace: sqs syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: kmsvc-redis namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: homelab source: repoURL: https://forgejo.riotpiao.homelab.com/riotpiao.com/homelab.git targetRevision: main path: k8s/sqs directory: recurse: false destination: server: https://kubernetes.default.svc namespace: sqs syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: prometheus namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: homelab source: repoURL: https://forgejo.riotpiao.homelab.com/riotpiao.com/homelab.git targetRevision: main path: k8s/monitoring directory: recurse: false destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true