1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-gitops/apps/cluster-infrastructure/minio-operator.yaml
2023-11-16 21:33:06 +01:00

37 lines
964 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: minio-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
project: cluster-infrastructure
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
chart: operator
repoURL: https://operator.min.io
targetRevision: 5.0.10
helm:
releaseName: minio-operator
valuesObject:
console:
replicaCount: 2
ingress:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
host: console.minio.ops.mareshq.com
tls:
- hosts:
- console.minio.ops.mareshq.com
secretName: minio-console-ingress-tls
destination:
server: "https://kubernetes.default.svc"
namespace: minio-operator