Skip to content

Commit 7bc70bc

Browse files
feat: remove minio dependency (#1833)
1 parent b0ceb4d commit 7bc70bc

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

deploy/cloud/helm/platform/Chart.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,3 @@ dependencies:
3434
version: 11.1.0
3535
repository: "https://charts.bitnami.com/bitnami"
3636
condition: etcd.enabled
37-
- name: minio
38-
version: 16.0.2
39-
repository: "https://charts.bitnami.com/bitnami"
40-
condition: minio.enabled

deploy/cloud/helm/platform/values.yaml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -54,58 +54,6 @@ dynamo-operator:
5454
ingressHostSuffix: ""
5555
virtualServiceSupportsHTTPS: false
5656

57-
## In-cluster minio deployment configuration
58-
## ref: https://github.com/bitnami/charts/blob/minio/13.3.1/bitnami/minio/values.yaml
59-
## @param minio.apiIngress.enabled Enable ingress controller resource for MinIO API
60-
## @param minio.apiIngress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
61-
## @param minio.apiIngress.hostname Default host for the ingress resource
62-
minio:
63-
enabled: true
64-
mode: standalone
65-
auth:
66-
rootUser: minioadmin
67-
rootPassword: minioadmin
68-
persistence:
69-
enabled: true
70-
size: 10Gi
71-
# Use the cluster default storage-class or override with a named class
72-
storageClass: null
73-
mountPath: /data
74-
annotations:
75-
helm.sh/resource-policy: keep
76-
apiIngress:
77-
enabled: false
78-
ingressClassName: ""
79-
hostname: ""
80-
pathType: ImplementationSpecific
81-
annotations: {}
82-
podSecurityContext:
83-
enabled: true
84-
fsGroup: 1000
85-
containerSecurityContext:
86-
enabled: true
87-
runAsUser: 1000
88-
runAsNonRoot: true
89-
readOnlyRootFilesystem: false
90-
startupProbe:
91-
enabled: true
92-
initialDelaySeconds: 10
93-
periodSeconds: 10
94-
timeoutSeconds: 5
95-
failureThreshold: 6
96-
resources:
97-
requests:
98-
memory: "256Mi"
99-
cpu: "250m"
100-
limits:
101-
memory: "512Mi"
102-
cpu: "500m"
103-
service:
104-
type: ClusterIP
105-
ports:
106-
api: 9000
107-
console: 9001
108-
10957
etcd:
11058
enabled: true
11159
persistence:

0 commit comments

Comments
 (0)