-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathminio.yaml
54 lines (47 loc) · 1.25 KB
/
minio.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# See: https://github.com/bitnami/charts/blob/main/bitnami/minio/values.yaml
# https://github.com/bitnami/charts/tree/main/bitnami/minio/#installing-the-chart
global:
storageClass: "nfs-csi-backup"
#image:
# debug: true
ingress:
enabled: true
ingressClassName: "nginx"
hostname: pangeo-eosc-minio.vm.fedcloud.eu
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-body-size: "100g"
tls: true
apiIngress:
enabled: true
ingressClassName: "nginx"
hostname: pangeo-eosc-minioapi.vm.fedcloud.eu
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-body-size: "100g"
tls: true
## Enable persistence using Persistent Volume Claims
## ref: https://kubernetes.io/docs/user-guide/persistent-volumes/
##
persistence:
enabled: true
# storageClass: "nfs-csi-backup"
mountPath: /data
accessModes:
- ReadWriteOnce
# size: 50Gi
# annotations: {}
existingClaim: "pvc-minio-c-scale"
# required by "pvc-minio-c-scale"
containerSecurityContext:
enabled: true
runAsUser: 1000
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
podSecurityContext:
enabled: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault