summaryrefslogtreecommitdiff
path: root/data.d/k3s-jaomox/helm.d/minio.yaml
blob: e2f3b8b3f763074976c22df01f440f127b21641b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mode: standalone
replicas: 1
ingress:
  enabled: true
  annotations:
    cert-manager.io/cluster-issuer: letsencrypt-production
  hosts:
  - s3.tyil.nl
  tls:
  - hosts:
    - s3.tyil.nl
    secretName: tls-nl.tyil.s3
persistence:
  enabled: true
  existingClaim: minio-data
resources:
  requests:
    memory: 512Mi