Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
7bc70bc9
"lib/bindings/python/tests/test_http_server.py" did not exist on "50cdae5f369802de157409bad1bf8b119452d85e"
Unverified
Commit
7bc70bc9
authored
Jul 09, 2025
by
julienmancuso
Committed by
GitHub
Jul 09, 2025
Browse files
feat: remove minio dependency (#1833)
parent
b0ceb4d3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
56 deletions
+0
-56
deploy/cloud/helm/platform/Chart.yaml
deploy/cloud/helm/platform/Chart.yaml
+0
-4
deploy/cloud/helm/platform/values.yaml
deploy/cloud/helm/platform/values.yaml
+0
-52
No files found.
deploy/cloud/helm/platform/Chart.yaml
View file @
7bc70bc9
...
...
@@ -34,7 +34,3 @@ dependencies:
version
:
11.1.0
repository
:
"
https://charts.bitnami.com/bitnami"
condition
:
etcd.enabled
-
name
:
minio
version
:
16.0.2
repository
:
"
https://charts.bitnami.com/bitnami"
condition
:
minio.enabled
deploy/cloud/helm/platform/values.yaml
View file @
7bc70bc9
...
...
@@ -54,58 +54,6 @@ dynamo-operator:
ingressHostSuffix
:
"
"
virtualServiceSupportsHTTPS
:
false
## In-cluster minio deployment configuration
## ref: https://github.com/bitnami/charts/blob/minio/13.3.1/bitnami/minio/values.yaml
## @param minio.apiIngress.enabled Enable ingress controller resource for MinIO API
## @param minio.apiIngress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
## @param minio.apiIngress.hostname Default host for the ingress resource
minio
:
enabled
:
true
mode
:
standalone
auth
:
rootUser
:
minioadmin
rootPassword
:
minioadmin
persistence
:
enabled
:
true
size
:
10Gi
# Use the cluster default storage-class or override with a named class
storageClass
:
null
mountPath
:
/data
annotations
:
helm.sh/resource-policy
:
keep
apiIngress
:
enabled
:
false
ingressClassName
:
"
"
hostname
:
"
"
pathType
:
ImplementationSpecific
annotations
:
{}
podSecurityContext
:
enabled
:
true
fsGroup
:
1000
containerSecurityContext
:
enabled
:
true
runAsUser
:
1000
runAsNonRoot
:
true
readOnlyRootFilesystem
:
false
startupProbe
:
enabled
:
true
initialDelaySeconds
:
10
periodSeconds
:
10
timeoutSeconds
:
5
failureThreshold
:
6
resources
:
requests
:
memory
:
"
256Mi"
cpu
:
"
250m"
limits
:
memory
:
"
512Mi"
cpu
:
"
500m"
service
:
type
:
ClusterIP
ports
:
api
:
9000
console
:
9001
etcd
:
enabled
:
true
persistence
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment