1# This file has been modified by Chainguard, Inc.
3# Copyright Chainguard, Inc. All Rights Reserved.
4# Chainguard, Inc. modifications are subject to the license
5# available at: https://www.chainguard.dev/legal/software-license-agreement
7# Copyright Broadcom, Inc. All Rights Reserved.
8# SPDX-License-Identifier: APACHE-2.0
10## @section Global parameters
11## Global Docker image parameters
12## Please, note that this will override the image parameters, including dependencies, configured to use the global value
13## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
15## @param global.imageRegistry Global Docker image registry
16## @param global.imagePullSecrets Global Docker registry secret names as an array
17## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
23 ## - myRegistryKeySecretName
26 defaultStorageClass: ""
27 ## Security parameters
30 ## @param global.security.allowInsecureImages Allows skipping image verification
31 allowInsecureImages: false
32 ## Compatibility adaptations for Kubernetes platforms
35 ## Compatibility adaptations for Openshift
38 ## @param global.compatibility.openshift.adaptSecurityContext Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation)
40 adaptSecurityContext: auto
42## @section Common parameters
44## @param nameOverride String to partially override common.names.fullname template (will maintain the release name)
47## @param namespaceOverride String to fully override common.names.namespace
50## @param fullnameOverride String to fully override common.names.fullname template
53## @param commonLabels Labels to add to all deployed objects
56## @param commonAnnotations Annotations to add to all deployed objects
59## @param kubeVersion Force target Kubernetes version (using Helm capabilities if not set)
62## @param apiVersions Override Kubernetes API versions reported by .Capabilities
65## @param clusterDomain Default Kubernetes cluster domain
67clusterDomain: cluster.local
68## @param extraDeploy Array of extra objects to deploy with the release
71## @section MinIO® parameters
73## Iamguarded MinIO® image version
74## @param image.registry [default: REGISTRY_NAME] MinIO® image registry
75## @param image.repository [default: REPOSITORY_NAME/minio] MinIO® image repository
76## @skip image.tag MinIO® image tag (immutable tags are recommended)
77## @param image.digest MinIO® image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
78## @param image.pullPolicy Image pull policy
79## @param image.pullSecrets Specify docker-registry secret names as an array
80## @param image.debug Specify if debug logs should be enabled
84 repository: chainguard-private/minio-iamguarded
85 tag: 0.20251015.172955
87 ## Specify a imagePullPolicy
88 ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
90 pullPolicy: IfNotPresent
91 ## Optionally specify an array of imagePullSecrets.
92 ## Secrets must be manually created in the namespace.
93 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
96 ## - myRegistryKeySecretName
99 ## Set to true if you would like to see extra information on logs
102## Iamguarded MinIO® Client image version
103## @param clientImage.registry [default: REGISTRY_NAME] MinIO® Client image registry
104## @param clientImage.repository [default: REPOSITORY_NAME/minio-client] MinIO® Client image repository
105## @skip clientImage.tag MinIO® Client image tag (immutable tags are recommended)
106## @param clientImage.digest MinIO® Client image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
110 repository: chainguard-private/minio-client-iamguarded
111 tag: 0.20250813.083541
113## MinIO® authentication parameters
116 ## @param auth.rootUser MinIO® root username
119 ## @param auth.rootPassword Password for MinIO® root user
122 ## @param auth.existingSecret Use existing secret for credentials details (`auth.rootUser` and `auth.rootPassword` will be ignored and picked up from this secret).
125 ## @param auth.rootUserSecretKey Key where the MINIO_ROOT_USER username is being stored inside the existing secret `auth.existingSecret`
127 rootUserSecretKey: ""
128 ## @param auth.rootPasswordSecretKey Key where the MINIO_ROOT_USER password is being stored inside the existing secret `auth.existingSecret`
130 rootPasswordSecretKey: ""
131 ## @param auth.forcePassword Force users to specify required passwords
134 ## @param auth.usePasswordFiles Mount credentials as a files instead of using an environment variable
136 usePasswordFiles: true
137 ## @param auth.useSecret Uses a secret to mount the credential files.
140 ## @param auth.forceNewKeys Force root credentials (user and password) to be reconfigured every time they change in the secrets
143## @param defaultBuckets Comma, semi-colon or space separated list of buckets to create at initialization (only in standalone mode)
145## defaultBuckets: "my-bucket, my-second-bucket"
148## @param tls.enabled Enable TLS configuration for MinIO®
149## @param tls.autoGenerated.enabled Enable automatic generation of TLS certificates
150## @param tls.autoGenerated.engine Mechanism to generate the certificates (allowed values: helm, cert-manager)
151## @param tls.autoGenerated.certManager.existingIssuer The name of an existing Issuer to use for generating the certificates (only for `cert-manager` engine)
152## @param tls.autoGenerated.certManager.existingIssuerKind Existing Issuer kind, defaults to Issuer (only for `cert-manager` engine)
153## @param tls.autoGenerated.certManager.keyAlgorithm Key algorithm for the certificates (only for `cert-manager` engine)
154## @param tls.autoGenerated.certManager.keySize Key size for the certificates (only for `cert-manager` engine)
155## @param tls.autoGenerated.certManager.duration Duration for the certificates (only for `cert-manager` engine)
156## @param tls.autoGenerated.certManager.renewBefore Renewal period for the certificates (only for `cert-manager` engine)
157## @param tls.ca CA certificate for TLS. Ignored if `tls.existingCASecret` is set
158## @param tls.existingCASecret The name of an existing Secret containing the CA certificate for TLS
159## @param tls.server.cert TLS certificate for MinIO® servers. Ignored if `tls.server.existingSecret` is set
160## @param tls.server.key TLS key for MinIO® servers. Ignored if `tls.server.existingSecret` is set
161## @param tls.server.existingSecret The name of an existing Secret containing the TLS certificates for MinIO® servers
170 existingIssuerKind: ""
181## @param extraEnvVars Extra environment variables to be set on MinIO® container
188## @param extraEnvVarsCM ConfigMap with extra environment variables
191## @param extraEnvVarsSecret Secret with extra environment variables
193extraEnvVarsSecret: ""
194## @param command Default container command (useful when using custom images). Use array form
197## @param args Default container args (useful when using custom images). Use array form
200## @section MinIO® Deployment/StatefulSet parameters
202## @param mode MinIO® server mode (`standalone` or `distributed`)
203## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
206## @param schedulerName Specifies the schedulerName, if it's nil uses kube-scheduler
207## https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
210## @param terminationGracePeriodSeconds In seconds, time the given to the MinIO pod needs to terminate gracefully
211## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods
213terminationGracePeriodSeconds: ""
214## @param updateStrategy.type MinIO® deployment/statefulset update strategy type
215## Can be set to RollingUpdate or Recreate (deployment) | RollingUpdate or OnDelete (statefulset)
216## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
217## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
221## MinIO® StatefulSet parameters
222## Only when mode is 'distributed'
225 ## @param statefulset.podManagementPolicy StatefulSet controller supports relax its ordering guarantees while preserving its uniqueness and identity guarantees. There are two valid pod management policies: OrderedReady and Parallel
226 ## ref: https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#pod-management-policy
228 podManagementPolicy: Parallel
229 ## @param statefulset.replicaCount Number of pods per zone (only for MinIO® distributed mode). Should be even and `>= 4`
232 ## @param statefulset.zones Number of zones (only for MinIO® distributed mode)
235 ## @param statefulset.drivesPerNode Number of drives attached to every node (only for MinIO® distributed mode)
238## @param automountServiceAccountToken Mount Service Account token in pod
240automountServiceAccountToken: false
241## @param hostAliases MinIO® pod host aliases
242## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
245## @param containerPorts.api MinIO® container port to open for MinIO® API
249## MinIO® pod Security Context
250## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
251## @param podSecurityContext.enabled Enable pod Security Context
252## @param podSecurityContext.sysctls Set kernel settings using the sysctl interface
253## @param podSecurityContext.supplementalGroups Set filesystem extra groups
254## @param podSecurityContext.fsGroup Group ID for the container
255## @param podSecurityContext.fsGroupChangePolicy Set filesystem group change policy
256## @param podSecurityContext.sysctls Set kernel settings using the sysctl interface
257## @param podSecurityContext.supplementalGroups Set filesystem extra groups
258## @param podSecurityContext.fsGroupChangePolicy When K8s should preform chown on attached volumes
263 supplementalGroups: []
265 fsGroupChangePolicy: "OnRootMismatch"
266## MinIO® container Security Context
267## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
268## @param containerSecurityContext.enabled Enabled containers' Security Context
269## @param containerSecurityContext.seLinuxOptions [object,nullable] Set SELinux options in container
270## @param containerSecurityContext.runAsUser Set containers' Security Context runAsUser
271## @param containerSecurityContext.runAsGroup Set containers' Security Context runAsGroup
272## @param containerSecurityContext.runAsNonRoot Set container's Security Context runAsNonRoot
273## @param containerSecurityContext.privileged Set container's Security Context privileged
274## @param containerSecurityContext.readOnlyRootFilesystem Set container's Security Context readOnlyRootFilesystem
275## @param containerSecurityContext.allowPrivilegeEscalation Set container's Security Context allowPrivilegeEscalation
276## @param containerSecurityContext.capabilities.drop List of capabilities to be dropped
277## @param containerSecurityContext.seccompProfile.type Set container's Security Context seccomp profile
279containerSecurityContext:
286 readOnlyRootFilesystem: true
287 allowPrivilegeEscalation: false
291 type: "RuntimeDefault"
292## @param podLabels Extra labels for MinIO® pods
293## Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
296## @param podAnnotations Annotations for MinIO® pods
297## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
300## @param podAffinityPreset Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
301## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
304## @param podAntiAffinityPreset Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
305## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
307podAntiAffinityPreset: soft
308## Node affinity preset
309## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
312 ## @param nodeAffinityPreset.type Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
315 ## @param nodeAffinityPreset.key Node label key to match. Ignored if `affinity` is set.
317 ## key: "kubernetes.io/e2e-az-name"
320 ## @param nodeAffinityPreset.values Node label values to match. Ignored if `affinity` is set.
327## @param affinity Affinity for pod assignment. Evaluated as a template.
328## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
329## Note: podAffinityPreset, podAntiAffinityPreset, and nodeAffinityPreset will be ignored when it's set
332## @param nodeSelector Node labels for pod assignment. Evaluated as a template.
333## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
336## @param tolerations Tolerations for pod assignment. Evaluated as a template.
337## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
340## @param topologySpreadConstraints Topology Spread Constraints for MinIO® pods assignment spread across your cluster among failure-domains
341## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#spread-constraints-for-pods
343topologySpreadConstraints: []
344## @param priorityClassName MinIO® pods' priorityClassName
347## @param runtimeClassName Name of the runtime class to be used by MinIO® pods'
348## ref: https://kubernetes.io/docs/concepts/containers/runtime-class/
351## MinIO® containers' resource requests and limits
352## ref: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
353## We usually recommend not to specify default resources and to leave this as a conscious
354## choice for the user. This also increases chances charts run on environments with little
355## resources, such as Minikube. If you do want to specify resources, uncomment the following
356## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
357## @param resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production).
359resourcesPreset: "micro"
360## @param resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
371## Configure extra options for liveness probe
372## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
373## @param livenessProbe.enabled Enable livenessProbe
374## @param livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe
375## @param livenessProbe.periodSeconds Period seconds for livenessProbe
376## @param livenessProbe.timeoutSeconds Timeout seconds for livenessProbe
377## @param livenessProbe.failureThreshold Failure threshold for livenessProbe
378## @param livenessProbe.successThreshold Success threshold for livenessProbe
382 initialDelaySeconds: 5
387## Configure extra options for readiness probe
388## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
389## @param readinessProbe.enabled Enable readinessProbe
390## @param readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe
391## @param readinessProbe.periodSeconds Period seconds for readinessProbe
392## @param readinessProbe.timeoutSeconds Timeout seconds for readinessProbe
393## @param readinessProbe.failureThreshold Failure threshold for readinessProbe
394## @param readinessProbe.successThreshold Success threshold for readinessProbe
398 initialDelaySeconds: 5
403## Configure extra options for startupProbe probe
404## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
405## @param startupProbe.enabled Enable startupProbe
406## @param startupProbe.initialDelaySeconds Initial delay seconds for startupProbe
407## @param startupProbe.periodSeconds Period seconds for startupProbe
408## @param startupProbe.timeoutSeconds Timeout seconds for startupProbe
409## @param startupProbe.failureThreshold Failure threshold for startupProbe
410## @param startupProbe.successThreshold Success threshold for startupProbe
414 initialDelaySeconds: 0
419## @param customLivenessProbe Override default liveness probe
421customLivenessProbe: {}
422## @param customReadinessProbe Override default readiness probe
424customReadinessProbe: {}
425## @param customStartupProbe Override default startup probe
427customStartupProbe: {}
428## @param lifecycleHooks for the MinIO® container(s) to automate configuration before or after startup
431## @param extraVolumes Optionally specify extra list of additional volumes for MinIO® pods
434## @param extraVolumeMounts Optionally specify extra list of additional volumeMounts for MinIO® container(s)
437## @param initContainers Add additional init containers to the MinIO® pods
440## - name: your-image-name
442## imagePullPolicy: Always
445## containerPort: 1234
448## @param sidecars Add additional sidecar containers to the MinIO® pods
451## - name: your-image-name
453## imagePullPolicy: Always
456## containerPort: 1234
459## MinIO® Pod Disruption Budget configuration in distributed mode.
460## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
463 ## @param pdb.create Enable/disable a Pod Disruption Budget creation
466 ## @param pdb.minAvailable Minimum number/percentage of pods that must still be available after the eviction
469 ## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable after the eviction
472## Autoscaling configuration
473## ref: https://kubernetes.io/docs/concepts/workloads/autoscaling/
476 ## @param autoscaling.vpa.enabled Enable VPA for MinIO® pods
477 ## @param autoscaling.vpa.annotations Annotations for VPA resource
478 ## @param autoscaling.vpa.controlledResources VPA List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
479 ## @param autoscaling.vpa.maxAllowed VPA Max allowed resources for the pod
480 ## @param autoscaling.vpa.minAllowed VPA Min allowed resources for the pod
485 controlledResources: []
488 ## @param autoscaling.vpa.updatePolicy.updateMode Autoscaling update policy
489 ## Specifies whether recommended updates are applied when a Pod is started and whether recommended updates are applied during the life of a Pod
490 ## Possible values are "Off", "Initial", "Recreate", and "Auto".
494## Default init Containers
496defaultInitContainers:
497 ## 'volume-permissions' init container
498 ## Used to change the owner and group of the persistent volume(s) mountpoint(s) to 'runAsUser:fsGroup' on each node
501 ## @param defaultInitContainers.volumePermissions.enabled Enable init container that changes the owner and group of the persistent volume
504 ## @param defaultInitContainers.volumePermissions.image.registry [default: REGISTRY_NAME] "volume-permissions" init-containers' image registry
505 ## @param defaultInitContainers.volumePermissions.image.repository [default: REPOSITORY_NAME/os-shell] "volume-permissions" init-containers' image repository
506 ## @skip defaultInitContainers.volumePermissions.image.tag "volume-permissions" init-containers' image tag (immutable tags are recommended)
507 ## @param defaultInitContainers.volumePermissions.image.digest "volume-permissions" init-containers' image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
508 ## @param defaultInitContainers.volumePermissions.image.pullPolicy "volume-permissions" init-containers' image pull policy
509 ## @param defaultInitContainers.volumePermissions.image.pullSecrets "volume-permissions" init-containers' image pull secrets
513 repository: chainguard-private/os-shell-iamguarded
516 pullPolicy: IfNotPresent
517 ## Optionally specify an array of imagePullSecrets.
518 ## Secrets must be manually created in the namespace.
519 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
522 ## - myRegistryKeySecretName
525 ## Configure "volume-permissions" init-container Security Context
526 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
527 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.enabled Enabled "volume-permissions" init-containers' Security Context
528 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.seLinuxOptions [object,nullable] Set SELinux options in "volume-permissions" init-containers
529 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.runAsUser Set runAsUser in "volume-permissions" init-containers' Security Context
530 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.privileged Set privileged in "volume-permissions" init-containers' Security Context
531 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.allowPrivilegeEscalation Set allowPrivilegeEscalation in "volume-permissions" init-containers' Security Context
532 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.capabilities.add List of capabilities to be added in "volume-permissions" init-containers
533 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.capabilities.drop List of capabilities to be dropped in "volume-permissions" init-containers
534 ## @param defaultInitContainers.volumePermissions.containerSecurityContext.seccompProfile.type Set seccomp profile in "volume-permissions" init-containers
536 containerSecurityContext:
541 allowPrivilegeEscalation: false
546 type: "RuntimeDefault"
547 ## MinIO® "volume-permissions" init container resource requests and limits
548 ## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
549 ## @param defaultInitContainers.volumePermissions.resourcesPreset Set MinIO® "volume-permissions" init container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if defaultInitContainers.volumePermissions.resources is set (defaultInitContainers.volumePermissions.resources is recommended for production).
551 resourcesPreset: "nano"
552 ## @param defaultInitContainers.volumePermissions.resources Set MinIO® "volume-permissions" init container requests and limits for different resources like CPU or memory (essential for production workloads)
563## @section MinIO® Traffic exposure parameters
565## MinIO® Service properties
568 ## @param service.type MinIO® service type
571 ## @param service.ports.api MinIO® API service port
575 ## @param service.nodePorts.api Specify the MinIO® API nodePort value for the LoadBalancer and NodePort service types
576 ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
580 ## @param service.clusterIP Service Cluster IP
585 ## @param service.loadBalancerIP loadBalancerIP if service type is `LoadBalancer` (optional, cloud specific)
586 ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer
589 ## @param service.loadBalancerSourceRanges Addresses that are allowed when service is LoadBalancer
590 ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
592 ## loadBalancerSourceRanges:
595 loadBalancerSourceRanges: []
596 ## @param service.externalTrafficPolicy Enable client source IP preservation
597 ## ref https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
599 externalTrafficPolicy: Cluster
600 ## @param service.extraPorts Extra ports to expose in the service (normally used with the `sidecar` value)
603 ## @param service.annotations Annotations for MinIO® service
604 ## This can be used to set the LoadBalancer service type to internal only.
605 ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
608 ## Headless service properties
611 ## @param service.headless.annotations Annotations for the headless service
614## Configure the ingress resource that allows you to access the MinIO® API
615## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
618 ## @param ingress.enabled Enable ingress controller resource for MinIO API
621 ## @param ingress.apiVersion Force Ingress API version (automatically detected if not set)
624 ## @param ingress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
625 ## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster.
626 ## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
629 ## @param ingress.hostname Default host for the ingress resource
631 hostname: minio.local
632 ## @param ingress.path The Path to MinIO®. You may need to set this to '/*' in order to use this with ALB ingress controllers.
635 ## @param ingress.pathType Ingress path type
637 pathType: ImplementationSpecific
638 ## @param ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
639 ## For a full list of possible ingress annotations, please see
640 ## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
641 ## Use this parameter to set the required annotations for cert-manager, see
642 ## ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
646 ## kubernetes.io/ingress.class: nginx
647 ## cert-manager.io/cluster-issuer: cluster-issuer-name
650 ## @param ingress.tls Enable TLS configuration for the hostname defined at `ingress.hostname` parameter
651 ## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.ingress.hostname }}`
653 ## - Use the `ingress.secrets` parameter to create this TLS secret
654 ## - Rely on cert-manager to create it by setting the corresponding annotations
655 ## - Rely on Helm to create self-signed certificates by setting `ingress.selfSigned=true`
658 ## @param ingress.selfSigned Create a TLS secret for this ingress record using self-signed certificates generated by Helm
661 ## @param ingress.extraHosts The list of additional hostnames to be covered with this ingress record.
662 ## Most likely the hostname above will be enough, but in the event more hosts are needed, this is an array
665 ## - name: minio.local
669 ## @param ingress.extraPaths Any additional paths that may need to be added to the ingress under the main host
670 ## For example: The ALB ingress controller requires a special rule for handling SSL redirection.
674 ## serviceName: ssl-redirect
675 ## servicePort: use-annotation
678 ## @param ingress.extraTls The tls configuration for additional hostnames to be covered with this ingress record.
679 ## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
684 ## secretName: minio.local-tls
687 ## @param ingress.secrets If you're providing your own certificates, please use this to add the certificates as secrets
688 ## key and certificate are expected in PEM format
689 ## name should line up with a secretName set further up
691 ## If it is not set and you're using cert-manager, this is unneeded, as it will create a secret for you with valid certificates
692 ## If it is not set and you're NOT using cert-manager either, self-signed certificates will be created valid for 365 days
693 ## It is also possible to create and manage the certificates outside of this helm chart
694 ## Please see README.md for more information
698 ## - name: minio.local-tls
703 ## @param ingress.extraRules Additional rules to be covered with this ingress record
704 ## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-rules
707 ## - host: example.local
711 ## pathType: ImplementationSpecific
719## Network Policy configuration
720## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
723 ## @param networkPolicy.enabled Enable creation of NetworkPolicy for MinIO®
726 ## @param networkPolicy.allowExternal Don't require server label for connections
727 ## The Policy model to apply. When set to false, only pods with the correct
728 ## server label will have network access to the ports server is listening
729 ## on. When true, server will accept connections from any source
730 ## (with the correct destination port).
733 ## @param networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
735 allowExternalEgress: true
736 ## @param networkPolicy.addExternalClientAccess Allow access from pods with client label set to "true". Ignored if `networkPolicy.allowExternal` is true.
738 addExternalClientAccess: true
739 ## @param networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
749 ## - matchExpressions:
756 ## @param networkPolicy.extraEgress [array] Add extra ingress rules to the NetworkPolicy
766 ## - matchExpressions:
773 ## @param networkPolicy.ingressPodMatchLabels [object] Labels to match to allow traffic from other pods. Ignored if `networkPolicy.allowExternal` is true.
775 ## ingressPodMatchLabels:
778 ingressPodMatchLabels: {}
779 ## @param networkPolicy.ingressNSMatchLabels [object] Labels to match to allow traffic from other namespaces. Ignored if `networkPolicy.allowExternal` is true.
780 ## @param networkPolicy.ingressNSPodMatchLabels [object] Pod labels to match to allow traffic from other namespaces. Ignored if `networkPolicy.allowExternal` is true.
782 ingressNSMatchLabels: {}
783 ingressNSPodMatchLabels: {}
784## @section MinIO® Persistence parameters
786## Enable persistence using Persistent Volume Claims
787## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
790 ## @param persistence.enabled Enable MinIO® data persistence using PVC. If false, use emptyDir
793 ## @param persistence.storageClass PVC Storage Class for MinIO® data volume
794 ## If defined, storageClassName: <storageClass>
795 ## If set to "-", storageClassName: "", which disables dynamic provisioning
796 ## If undefined (the default) or set to null, no storageClassName spec is
797 ## set, choosing the default provisioner. (gp2 on AWS, standard on
798 ## GKE, AWS & OpenStack)
801 ## @param persistence.mountPath Data volume mount path
803 mountPath: /iamguarded/minio/data
804 ## @param persistence.accessModes PVC Access Modes for MinIO® data volume
808 ## @param persistence.size PVC Storage Request for MinIO® data volume
811 ## @param persistence.annotations Annotations for the PVC
814 ## @param persistence.existingClaim Name of an existing PVC to use (only in `standalone` mode)
817 ## @param persistence.selector Selector to match an existing Persistent Volume for MinIO® data PVC
818 ## If set, the PVC can't have a PV dynamically provisioned for it
825 ## @param persistence.dataSource Custom PVC data source
828## @section RBAC parameters
830## Specifies whether a ServiceAccount should be created
833 ## @param serviceAccount.create Enable the creation of a ServiceAccount for MinIO® pods
836 ## @param serviceAccount.name Name of the created ServiceAccount
837 ## If not set and create is true, a name is generated using the common.names.fullname template
840 ## @param serviceAccount.automountServiceAccountToken Enable/disable auto mounting of the service account token
842 automountServiceAccountToken: false
843 ## @param serviceAccount.annotations Custom annotations for MinIO® ServiceAccount
846## @section Metrics parameters
848 ## @param metrics.prometheusAuthType Authentication mode for Prometheus (`jwt` or `public`)
849 ## To allow public access without authentication for prometheus metrics set environment as follows.
851 prometheusAuthType: public
852 ## @param metrics.enabled Enable the export of Prometheus metrics
855 ## Prometheus Operator ServiceMonitor configuration
858 ## @param metrics.serviceMonitor.enabled If the operator is installed in your cluster, set to true to create a Service Monitor Entry
861 ## @param metrics.serviceMonitor.namespace Namespace which Prometheus is running in
864 ## @param metrics.serviceMonitor.labels Extra labels for the ServiceMonitor
867 ## @param metrics.serviceMonitor.jobLabel The name of the label on the target service to use as the job name in Prometheus
870 ## @param metrics.serviceMonitor.paths HTTP paths to scrape for metrics
873 - /minio/v2/metrics/cluster
874 - /minio/v2/metrics/node
875 ## @param metrics.serviceMonitor.interval Interval at which metrics should be scraped
878 ## @param metrics.serviceMonitor.scrapeTimeout Specify the timeout after which the scrape is ended
880 ## scrapeTimeout: 30s
882 ## @param metrics.serviceMonitor.metricRelabelings MetricRelabelConfigs to apply to samples before ingestion
884 metricRelabelings: []
885 ## @param metrics.serviceMonitor.relabelings Metrics relabelings to add to the scrape endpoint, applied before scraping
888 ## @param metrics.serviceMonitor.honorLabels Specify honorLabels parameter to add the scrape endpoint
891 ## @param metrics.serviceMonitor.selector Prometheus instance selector labels
894 ## @param metrics.serviceMonitor.apiVersion ApiVersion for the serviceMonitor Resource (defaults to "monitoring.coreos.com/v1")
896 ## @param metrics.serviceMonitor.tlsConfig Additional TLS configuration for metrics endpoint with "https" scheme
897 ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.TLSConfig
899 ## Prometheus Operator PrometheusRule configuration
902 ## @param metrics.prometheusRule.enabled Create a Prometheus Operator PrometheusRule (also requires `metrics.enabled` to be `true` and `metrics.prometheusRule.rules`)
905 ## @param metrics.prometheusRule.namespace Namespace for the PrometheusRule Resource (defaults to the Release Namespace)
908 ## @param metrics.prometheusRule.additionalLabels Additional labels that can be used so PrometheusRule will be discovered by Prometheus
911 ## @param metrics.prometheusRule.rules Prometheus Rule definitions
912 # - alert: minio cluster nodes offline
914 # summary: "minio cluster nodes offline"
915 # description: "minio cluster nodes offline, pod {{`{{`}} $labels.pod {{`}}`}} service {{`{{`}} $labels.job {{`}}`}} offline"
917 # expr: minio_cluster_nodes_offline_total > 0
923## @section MinIO® Console parameters
925 ## @param console.enabled Enable MinIO® Console
928 ## Iamguarded MinIO® Console image
929 ## @param console.image.registry [default: REGISTRY_NAME] MinIO® Console image registry
930 ## @param console.image.repository [default: REPOSITORY_NAME/minio-object-browser] MinIO® Console image repository
931 ## @skip console.image.tag MinIO® Console image tag (immutable tags are recommended)
932 ## @param console.image.digest MinIO® Console image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended)
933 ## @param console.image.pullPolicy MinIO® Console image pull policy
934 ## @param console.image.pullSecrets MinIO® Console image pull secrets
938 repository: chainguard-private/minio-object-browser-iamguarded
941 ## Specify a imagePullPolicy
942 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
943 ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
945 pullPolicy: IfNotPresent
946 ## Optionally specify an array of imagePullSecrets.
947 ## Secrets must be manually created in the namespace.
948 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
951 ## - myRegistryKeySecretName
954 ## @param console.replicaCount Number of MinIO® Console replicas to deploy
957 ## @param console.containerPorts.http MinIO® Console HTTP container port
961 ## @param console.extraContainerPorts Optionally specify extra list of additional ports for MinIO® Console containers
963 ## extraContainerPorts:
965 ## containerPort: 9090
967 extraContainerPorts: []
968 ## Configure extra options for MinIO® Console containers' liveness and readiness probes
969 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
970 ## @param console.livenessProbe.enabled Enable livenessProbe on MinIO® Console containers
971 ## @param console.livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe
972 ## @param console.livenessProbe.periodSeconds Period seconds for livenessProbe
973 ## @param console.livenessProbe.timeoutSeconds Timeout seconds for livenessProbe
974 ## @param console.livenessProbe.failureThreshold Failure threshold for livenessProbe
975 ## @param console.livenessProbe.successThreshold Success threshold for livenessProbe
979 initialDelaySeconds: 5
984 ## @param console.readinessProbe.enabled Enable readinessProbe on MinIO® Console containers
985 ## @param console.readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe
986 ## @param console.readinessProbe.periodSeconds Period seconds for readinessProbe
987 ## @param console.readinessProbe.timeoutSeconds Timeout seconds for readinessProbe
988 ## @param console.readinessProbe.failureThreshold Failure threshold for readinessProbe
989 ## @param console.readinessProbe.successThreshold Success threshold for readinessProbe
993 initialDelaySeconds: 5
998 ## @param console.startupProbe.enabled Enable startupProbe on MinIO® Console containers
999 ## @param console.startupProbe.initialDelaySeconds Initial delay seconds for startupProbe
1000 ## @param console.startupProbe.periodSeconds Period seconds for startupProbe
1001 ## @param console.startupProbe.timeoutSeconds Timeout seconds for startupProbe
1002 ## @param console.startupProbe.failureThreshold Failure threshold for startupProbe
1003 ## @param console.startupProbe.successThreshold Success threshold for startupProbe
1007 initialDelaySeconds: 0
1011 failureThreshold: 60
1012 ## @param console.customLivenessProbe Custom livenessProbe that overrides the default one
1014 customLivenessProbe: {}
1015 ## @param console.customReadinessProbe Custom readinessProbe that overrides the default one
1017 customReadinessProbe: {}
1018 ## @param console.customStartupProbe Custom startupProbe that overrides the default one
1020 customStartupProbe: {}
1021 ## MinIO® Console resource requests and limits
1022 ## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
1023 ## @param console.resourcesPreset Set MinIO® Console container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if console.resources is set (console.resources is recommended for production).
1025 resourcesPreset: "nano"
1026 ## @param console.resources Set MinIO® Console container requests and limits for different resources like CPU or memory (essential for production workloads)
1037 ## Configure Pods Security Context
1038 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
1039 ## @param console.podSecurityContext.enabled Enable MinIO® Console pods' Security Context
1040 ## @param console.podSecurityContext.fsGroupChangePolicy Set filesystem group change policy for MinIO® Console pods
1041 ## @param console.podSecurityContext.sysctls Set kernel settings using the sysctl interface for MinIO® Console pods
1042 ## @param console.podSecurityContext.supplementalGroups Set filesystem extra groups for MinIO® Console pods
1043 ## @param console.podSecurityContext.fsGroup Set fsGroup in MinIO® Console pods' Security Context
1047 fsGroupChangePolicy: Always
1049 supplementalGroups: []
1051 ## Configure Container Security Context
1052 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
1053 ## @param console.containerSecurityContext.enabled Enabled MinIO® Console container' Security Context
1054 ## @param console.containerSecurityContext.seLinuxOptions [object,nullable] Set SELinux options in MinIO® Console container
1055 ## @param console.containerSecurityContext.runAsUser Set runAsUser in MinIO® Console container' Security Context
1056 ## @param console.containerSecurityContext.runAsGroup Set runAsGroup in MinIO® Console container' Security Context
1057 ## @param console.containerSecurityContext.runAsNonRoot Set runAsNonRoot in MinIO® Console container' Security Context
1058 ## @param console.containerSecurityContext.readOnlyRootFilesystem Set readOnlyRootFilesystem in MinIO® Console container' Security Context
1059 ## @param console.containerSecurityContext.privileged Set privileged in MinIO® Console container' Security Context
1060 ## @param console.containerSecurityContext.allowPrivilegeEscalation Set allowPrivilegeEscalation in MinIO® Console container' Security Context
1061 ## @param console.containerSecurityContext.capabilities.drop List of capabilities to be dropped in MinIO® Console container
1062 ## @param console.containerSecurityContext.seccompProfile.type Set seccomp profile in MinIO® Console container
1064 containerSecurityContext:
1070 readOnlyRootFilesystem: true
1072 allowPrivilegeEscalation: false
1076 type: "RuntimeDefault"
1077 ## @param console.command Override default MinIO® Console container command (useful when using custom images)
1080 ## @param console.args Override default MinIO® Console container args (useful when using custom images)
1083 ## @param console.automountServiceAccountToken Mount Service Account token in MinIO® Console pods
1085 automountServiceAccountToken: false
1086 ## @param console.hostAliases MinIO® Console pods host aliases
1087 ## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
1090 ## @param console.deploymentAnnotations Annotations for MinIO® Console deployment
1091 ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
1093 deploymentAnnotations: {}
1094 ## @param console.podLabels Extra labels for MinIO® Console pods
1095 ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
1098 ## @param console.podAnnotations Annotations for MinIO® Console pods
1099 ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
1102 ## @param console.podAffinityPreset Pod affinity preset. Ignored if `console.affinity` is set. Allowed values: `soft` or `hard`
1103 ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
1105 podAffinityPreset: ""
1106 ## @param console.podAntiAffinityPreset Pod anti-affinity preset. Ignored if `console.affinity` is set. Allowed values: `soft` or `hard`
1107 ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
1109 podAntiAffinityPreset: soft
1110 ## Node console.affinity preset
1111 ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
1114 ## @param console.nodeAffinityPreset.type Node affinity preset type. Ignored if `console.affinity` is set. Allowed values: `soft` or `hard`
1117 ## @param console.nodeAffinityPreset.key Node label key to match. Ignored if `console.affinity` is set
1120 ## @param console.nodeAffinityPreset.values Node label values to match. Ignored if `console.affinity` is set
1127 ## @param console.affinity Affinity for MinIO® Console pods assignment
1128 ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
1129 ## NOTE: `console.podAffinityPreset`, `console.podAntiAffinityPreset`, and `console.nodeAffinityPreset` will be ignored when it's set
1132 ## @param console.nodeSelector Node labels for MinIO® Console pods assignment
1133 ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
1136 ## @param console.tolerations Tolerations for MinIO® Console pods assignment
1137 ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
1140 ## @param console.updateStrategy.type MinIO® Console deployment strategy type
1141 ## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
1144 ## Can be set to RollingUpdate or Recreate
1147 ## @param console.priorityClassName MinIO® Console pods' priorityClassName
1149 priorityClassName: ""
1150 ## @param console.topologySpreadConstraints Topology Spread Constraints for MinIO® Console pod assignment spread across your cluster among failure-domains
1151 ## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#spread-constraints-for-pods
1153 topologySpreadConstraints: []
1154 ## @param console.schedulerName Name of the k8s scheduler (other than default) for MinIO® Console pods
1155 ## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
1158 ## @param console.terminationGracePeriodSeconds Seconds MinIO® Console pods need to terminate gracefully
1159 ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods
1161 terminationGracePeriodSeconds: ""
1162 ## @param console.lifecycleHooks for MinIO® Console containers to automate configuration before or after startup
1165 ## @param console.extraEnvVars Array with extra environment variables to add to MinIO® Console containers
1172 ## @param console.extraEnvVarsCM Name of existing ConfigMap containing extra env vars for MinIO® Console containers
1175 ## @param console.extraEnvVarsSecret Name of existing Secret containing extra env vars for MinIO® Console containers
1177 extraEnvVarsSecret: ""
1178 ## @param console.extraVolumes Optionally specify extra list of additional volumes for the MinIO® Console pods
1181 ## @param console.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the MinIO® Console containers
1183 extraVolumeMounts: []
1184 ## @param console.sidecars Add additional sidecar containers to the MinIO® Console pods
1187 ## - name: your-image-name
1188 ## image: your-image
1189 ## imagePullPolicy: Always
1192 ## containerPort: 1234
1195 ## @param console.initContainers Add additional init containers to the MinIO® Console pods
1196 ## ref: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
1199 ## - name: your-image-name
1200 ## image: your-image
1201 ## imagePullPolicy: Always
1202 ## command: ['sh', '-c', 'echo "hello world"']
1205 ## Pod Disruption Budget configuration
1206 ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb
1207 ## @param console.pdb.create Enable/disable a Pod Disruption Budget creation
1208 ## @param console.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled
1209 ## @param console.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `console.pdb.minAvailable` and `console.pdb.maxUnavailable` are empty.
1215 ## Autoscaling configuration
1216 ## ref: https://kubernetes.io/docs/concepts/workloads/autoscaling/
1219 ## @param console.autoscaling.vpa.enabled Enable VPA for MinIO® Console pods
1220 ## @param console.autoscaling.vpa.annotations Annotations for VPA resource
1221 ## @param console.autoscaling.vpa.controlledResources VPA List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
1222 ## @param console.autoscaling.vpa.maxAllowed VPA Max allowed resources for the pod
1223 ## @param console.autoscaling.vpa.minAllowed VPA Min allowed resources for the pod
1228 controlledResources: []
1231 ## @param console.autoscaling.vpa.updatePolicy.updateMode Autoscaling update policy
1232 ## Specifies whether recommended updates are applied when a Pod is started and whether recommended updates are applied during the life of a Pod
1233 ## Possible values are "Off", "Initial", "Recreate", and "Auto".
1237 ## @param console.autoscaling.hpa.enabled Enable HPA for MinIO® Console pods
1238 ## @param console.autoscaling.hpa.minReplicas Minimum number of replicas
1239 ## @param console.autoscaling.hpa.maxReplicas Maximum number of replicas
1240 ## @param console.autoscaling.hpa.targetCPU Target CPU utilization percentage
1241 ## @param console.autoscaling.hpa.targetMemory Target Memory utilization percentage
1249 ## MinIO® Console Service properties
1252 ## @param console.service.type MinIO® Console service type
1255 ## @param console.service.ports.http MinIO® Console HTTP service port
1259 ## @param console.service.nodePorts.http Specify the MinIO® Console HTTP nodePort value
1260 ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
1264 ## @param console.service.clusterIP Service Cluster IP
1269 ## @param console.service.loadBalancerIP loadBalancerIP if service type is `LoadBalancer` (optional, cloud specific)
1270 ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer
1273 ## @param console.service.loadBalancerSourceRanges Addresses that are allowed when service is LoadBalancer
1274 ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
1276 ## loadBalancerSourceRanges:
1279 loadBalancerSourceRanges: []
1280 ## @param console.service.externalTrafficPolicy Enable client source IP preservation
1281 ## ref https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
1283 externalTrafficPolicy: Cluster
1284 ## @param console.service.extraPorts Extra ports to expose in the service (normally used with the `sidecar` value)
1287 ## @param console.service.annotations Annotations for MinIO® Console service
1288 ## This can be used to set the LoadBalancer service type to internal only.
1289 ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
1292 ## Configure the ingress resource that allows you to access the MinIO® Console
1293 ## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
1296 ## @param console.ingress.enabled Enable ingress controller resource for MinIO® Console
1299 ## @param console.ingress.apiVersion Force Ingress API version (automatically detected if not set)
1302 ## @param console.ingress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
1303 ## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster.
1304 ## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
1306 ingressClassName: ""
1307 ## @param console.ingress.hostname Default host for the ingress resource
1309 hostname: minio.local
1310 ## @param console.ingress.path The Path to MinIO® Console. You may need to set this to '/*' in order to use this with ALB ingress controllers.
1313 ## @param console.ingress.pathType Ingress path type
1315 pathType: ImplementationSpecific
1316 ## @param console.ingress.annotations Additional annotations for the Ingress resource. To enable certificate auto-generation, place here your cert-manager annotations.
1317 ## For a full list of possible ingress annotations, please see
1318 ## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
1319 ## Use this parameter to set the required annotations for cert-manager, see
1320 ## ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
1324 ## kubernetes.io/ingress.class: nginx
1325 ## cert-manager.io/cluster-issuer: cluster-issuer-name
1328 ## @param console.ingress.tls Enable TLS configuration for the hostname defined at `ingress.hostname` parameter
1329 ## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.console.ingress.hostname }}`
1331 ## - Use the `ingress.secrets` parameter to create this TLS secret
1332 ## - Rely on cert-manager to create it by setting the corresponding annotations
1333 ## - Rely on Helm to create self-signed certificates by setting `ingress.selfSigned=true`
1336 ## @param console.ingress.selfSigned Create a TLS secret for this ingress record using self-signed certificates generated by Helm
1339 ## @param console.ingress.extraHosts The list of additional hostnames to be covered with this ingress record.
1340 ## Most likely the hostname above will be enough, but in the event more hosts are needed, this is an array
1343 ## - name: minio.local
1347 ## @param console.ingress.extraPaths Any additional paths that may need to be added to the ingress under the main host
1348 ## For example: The ALB ingress controller requires a special rule for handling SSL redirection.
1352 ## serviceName: ssl-redirect
1353 ## servicePort: use-annotation
1356 ## @param console.ingress.extraTls The tls configuration for additional hostnames to be covered with this ingress record.
1357 ## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
1362 ## secretName: minio.local-tls
1365 ## @param console.ingress.secrets If you're providing your own certificates, please use this to add the certificates as secrets
1366 ## key and certificate are expected in PEM format
1367 ## name should line up with a secretName set further up
1369 ## If it is not set and you're using cert-manager, this is unneeded, as it will create a secret for you with valid certificates
1370 ## If it is not set and you're NOT using cert-manager either, self-signed certificates will be created valid for 365 days
1371 ## It is also possible to create and manage the certificates outside of this helm chart
1372 ## Please see README.md for more information
1376 ## - name: minio.local-tls
1381 ## @param console.ingress.extraRules Additional rules to be covered with this ingress record
1382 ## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-rules
1385 ## - host: example.local
1389 ## pathType: ImplementationSpecific
1392 ## name: example-svc
1397 ## Network Policy configuration
1398 ## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
1401 ## @param console.networkPolicy.enabled Enable creation of NetworkPolicy for MinIO® Console
1404 ## @param console.networkPolicy.allowExternal Don't require server label for connections
1405 ## The Policy model to apply. When set to false, only pods with the correct
1406 ## server label will have network access to the ports server is listening
1407 ## on. When true, server will accept connections from any source
1408 ## (with the correct destination port).
1411 ## @param console.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
1413 allowExternalEgress: true
1414 ## @param console.networkPolicy.addExternalClientAccess Allow access from pods with client label set to "true". Ignored if `console.networkPolicy.allowExternal` is true.
1416 addExternalClientAccess: true
1417 ## @param console.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
1427 ## - matchExpressions:
1434 ## @param console.networkPolicy.extraEgress [array] Add extra ingress rules to the NetworkPolicy
1444 ## - matchExpressions:
1451 ## @param console.networkPolicy.ingressPodMatchLabels [object] Labels to match to allow traffic from other pods. Ignored if `console.networkPolicy.allowExternal` is true.
1453 ## ingressPodMatchLabels:
1454 ## my-client: "true"
1456 ingressPodMatchLabels: {}
1457 ## @param console.networkPolicy.ingressNSMatchLabels [object] Labels to match to allow traffic from other namespaces. Ignored if `console.networkPolicy.allowExternal` is true.
1458 ## @param console.networkPolicy.ingressNSPodMatchLabels [object] Pod labels to match to allow traffic from other namespaces. Ignored if `console.networkPolicy.allowExternal` is true.
1460 ingressNSMatchLabels: {}
1461 ingressNSPodMatchLabels: {}
1462## @section MinIO® provisioning parameters
1464 ## @param provisioning.enabled Enable MinIO® provisioning Job
1467 ## @param provisioning.sleepTime Sleep time before checking Minio availability
1470 ## @param provisioning.schedulerName Name of the k8s scheduler (other than default) for MinIO® provisioning
1471 ## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
1474 ## @param provisioning.nodeSelector Node labels for pod assignment. Evaluated as a template.
1475 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/
1478 ## @param provisioning.podLabels Extra labels for provisioning pods
1479 ## Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
1482 ## @param provisioning.podAnnotations Provisioning Pod annotations.
1485 ## @param provisioning.command Default provisioning container command (useful when using custom images). Use array form
1488 ## @param provisioning.args Default provisioning container args (useful when using custom images). Use array form
1491 ## @param provisioning.extraCommands Optionally specify extra list of additional commands for MinIO® provisioning pod
1494 ## @param provisioning.extraVolumes Optionally specify extra list of additional volumes for MinIO® provisioning pod
1497 ## @param provisioning.extraVolumeMounts Optionally specify extra list of additional volumeMounts for MinIO® provisioning container
1499 extraVolumeMounts: []
1500 ## We usually recommend not to specify default resources and to leave this as a conscious
1501 ## choice for the user. This also increases chances charts run on environments with little
1502 ## resources, such as Minikube. If you do want to specify resources, uncomment the following
1503 ## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
1504 ## @param provisioning.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if provisioning.resources is set (provisioning.resources is recommended for production).
1506 resourcesPreset: "nano"
1507 ## @param provisioning.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
1518 ## @param provisioning.policies MinIO® policies provisioning
1519 ## https://docs.min.io/docs/minio-admin-complete-guide.html#policy
1522 ## - name: custom-bucket-specific-policy
1525 ## - "arn:aws:s3:::my-bucket"
1527 ## - "s3:GetBucketLocation"
1528 ## - "s3:ListBucket"
1529 ## - "s3:ListBucketMultipartUploads"
1531 ## - "arn:aws:s3:::my-bucket/*"
1532 ## # Allowed values: "Allow" | "Deny"
1533 ## # Defaults to "Deny" if not specified
1536 ## - "s3:AbortMultipartUpload"
1537 ## - "s3:DeleteObject"
1539 ## - "s3:ListMultipartUploadParts"
1544 ## - "${aws:username}/*"
1546 ## @param provisioning.users MinIO® users provisioning. Can be used in addition to provisioning.usersExistingSecrets.
1547 ## https://docs.min.io/docs/minio-admin-complete-guide.html#user
1550 ## - username: test-username
1551 ## password: test-password
1557 ## # When set to true, it will replace all policies with the specified.
1558 ## # When false, the policies will be added to the existing.
1559 ## setPolicies: false
1561 ## @param provisioning.usersExistingSecrets Array if existing secrets containing MinIO® users to be provisioned. Can be used in addition to provisioning.users.
1562 ## https://docs.min.io/docs/minio-admin-complete-guide.html#user
1564 ## Instead of configuring users inside values.yaml, referring to existing Kubernetes secrets containing user
1565 ## configurations is possible.
1567 ## usersExistingSecrets:
1568 ## - centralized-minio-users
1570 ## All provided Kubernetes secrets require a specific data structure. The same data from the provisioning.users example above
1571 ## can be defined via secrets with the following data structure. The secret keys have no meaning to the provisioning job except that
1572 ## they are used as filenames.
1573 ## ## apiVersion: v1
1576 ## ## name: centralized-minio-users
1580 ## ## username=test-username
1581 ## ## password=test-password
1582 ## ## disabled=false
1583 ## ## policies=readwrite,consoleAdmin,diagnostics
1584 ## ## setPolicies=false
1585 usersExistingSecrets: []
1586 ## @param provisioning.groups MinIO® groups provisioning
1587 ## https://docs.min.io/docs/minio-admin-complete-guide.html#group
1590 ## - name: test-group
1596 ## # When set to true, it will replace all policies with the specified.
1597 ## # When false, the policies will be added to the existing.
1598 ## setPolicies: false
1600 ## @param provisioning.buckets MinIO® buckets, versioning, lifecycle, quota and tags provisioning
1601 ## Buckets https://docs.min.io/docs/minio-client-complete-guide.html#mb
1602 ## Lifecycle https://docs.min.io/docs/minio-client-complete-guide.html#ilm
1603 ## Quotas https://docs.min.io/docs/minio-admin-complete-guide.html#bucket
1604 ## Tags https://docs.min.io/docs/minio-client-complete-guide.html#tag
1605 ## Versioning https://docs.min.io/docs/minio-client-complete-guide.html#version
1608 ## - name: test-bucket
1609 ## region: us-east-1
1610 ## # Only when mode is 'distributed'
1611 ## # Allowed values: "Versioned" | "Suspended" | "Unchanged"
1612 ## # Defaults to "Suspended" if not specified.
1613 ## # For compatibility, accepts boolean values as well, where true maps
1614 ## # to "Versioned" and false to "Suspended".
1615 ## # ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
1616 ## versioning: Suspended
1617 ## # Versioning is automatically enabled if withLock is true
1618 ## # ref: https://docs.min.io/docs/minio-bucket-versioning-guide.html
1620 ## # Only when mode is 'distributed'
1621 ## # ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
1623 ## - id: TestPrefix7dRetention
1624 ## prefix: test-prefix
1629 ## # date: "2021-11-11T00:00:00Z"
1630 ## nonconcurrentDays: 3
1631 ## # Only when mode is 'distributed'
1632 ## # ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
1634 ## # set (hard still works as an alias but is deprecated) or clear(+ omit size)
1640 ## @param provisioning.config MinIO® config provisioning
1641 ## https://docs.min.io/community/minio-object-store/reference/minio-mc-admin/mc-admin-config.html
1648 ## MinIO® pod Security Context
1649 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
1650 ## @param provisioning.podSecurityContext.enabled Enable pod Security Context
1651 ## @param provisioning.podSecurityContext.fsGroupChangePolicy Set filesystem group change policy
1652 ## @param provisioning.podSecurityContext.sysctls Set kernel settings using the sysctl interface
1653 ## @param provisioning.podSecurityContext.supplementalGroups Set filesystem extra groups
1654 ## @param provisioning.podSecurityContext.fsGroup Group ID for the container
1658 fsGroupChangePolicy: Always
1660 supplementalGroups: []
1662 ## MinIO® container Security Context
1663 ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
1664 ## @param provisioning.containerSecurityContext.enabled Enabled containers' Security Context
1665 ## @param provisioning.containerSecurityContext.seLinuxOptions [object,nullable] Set SELinux options in container
1666 ## @param provisioning.containerSecurityContext.runAsUser Set containers' Security Context runAsUser
1667 ## @param provisioning.containerSecurityContext.runAsGroup Set containers' Security Context runAsGroup
1668 ## @param provisioning.containerSecurityContext.runAsNonRoot Set container's Security Context runAsNonRoot
1669 ## @param provisioning.containerSecurityContext.privileged Set container's Security Context privileged
1670 ## @param provisioning.containerSecurityContext.readOnlyRootFilesystem Set container's Security Context readOnlyRootFilesystem
1671 ## @param provisioning.containerSecurityContext.allowPrivilegeEscalation Set container's Security Context allowPrivilegeEscalation
1672 ## @param provisioning.containerSecurityContext.capabilities.drop List of capabilities to be dropped
1673 ## @param provisioning.containerSecurityContext.seccompProfile.type Set container's Security Context seccomp profile
1675 containerSecurityContext:
1682 readOnlyRootFilesystem: true
1683 allowPrivilegeEscalation: false
1687 type: "RuntimeDefault"
1688 ## Automatic Cleanup for Finished Jobs
1689 ## @param provisioning.cleanupAfterFinished.enabled Enables Cleanup for Finished Jobs
1690 ## @param provisioning.cleanupAfterFinished.seconds Sets the value of ttlSecondsAfterFinished
1691 ## ref: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
1693 cleanupAfterFinished:
1696 ## Network Policy configuration
1697 ## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
1700 ## @param provisioning.networkPolicy.enabled Enable creation of NetworkPolicy resources
1703 ## @param provisioning.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
1705 allowExternalEgress: true
1706 ## @param provisioning.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
1716 ## - matchExpressions:
1723 ## @param provisioning.networkPolicy.extraEgress [array] Add extra ingress rules to the NetworkPolicy
1733 ## - matchExpressions: