1
0
Fork 0

refactor(cluster-infrastructure): remove minio-operator

Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
Vojtěch Mareš 2023-12-30 22:46:01 +01:00
parent 551ff7ce1e
commit 2effae21fd
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -1,37 +0,0 @@
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.cthulhunetes.net
tls:
- hosts:
- console.minio.ops.cthulhunetes.net
secretName: minio-console-ingress-tls
destination:
server: "https://kubernetes.default.svc"
namespace: minio-operator