refactor: move apps to apps/cluster-infrastructure
- apps/<project>/
This commit is contained in:
parent
5884072dca
commit
7328d622c1
6 changed files with 0 additions and 0 deletions
37
apps/cluster-infrastructure/minio-operator.yaml
Normal file
37
apps/cluster-infrastructure/minio-operator.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
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
|
||||
Reference in a new issue