Unverified Commit 7bc70bc9 authored by julienmancuso's avatar julienmancuso Committed by GitHub
Browse files

feat: remove minio dependency (#1833)

parent b0ceb4d3
......@@ -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
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment