summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/helm.d/minio.yaml
blob: 3a4731d30cdfdec1479316e4bef3e02e0baa4fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
consoleIngress:
  enabled: true
  annotations:
    cert-manager.io/cluster-issuer: letsencrypt-production
  path: /
  hosts:
  - minio.tyil.nl
  tls:
  - hosts:
    - minio.tyil.nl
    secretName: tls-nl.tyil.minio
persistence:
  enabled: true
  existingClaim: minio-data
resources:
  requests:
    memory: 512Mi