You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`service.type`| MinIO® service type |`ClusterIP`|
224
-
|`service.ports.api`| MinIO® API service port |`9000`|
225
-
|`service.ports.console`| MinIO® Console service port |`9001`|
226
-
|`service.nodePorts.api`| Specify the MinIO® API nodePort value for the LoadBalancer and NodePort service types |`""`|
227
-
|`service.nodePorts.console`| Specify the MinIO® Console nodePort value for the LoadBalancer and NodePort service types |`""`|
228
-
|`service.clusterIP`| Service Cluster IP |`""`|
229
-
|`service.loadBalancerIP`| loadBalancerIP if service type is `LoadBalancer` (optional, cloud specific) |`""`|
230
-
|`service.loadBalancerSourceRanges`| Addresses that are allowed when service is LoadBalancer |`[]`|
231
-
|`service.externalTrafficPolicy`| Enable client source IP preservation |`Cluster`|
232
-
|`service.extraPorts`| Extra ports to expose in the service (normally used with the `sidecar` value) |`[]`|
233
-
|`service.annotations`| Annotations for MinIO® service |`{}`|
234
-
|`service.headless.annotations`| Annotations for the headless service. |`{}`|
235
-
|`ingress.enabled`| Enable ingress controller resource for MinIO Console |`false`|
236
-
|`ingress.apiVersion`| Force Ingress API version (automatically detected if not set) |`""`|
237
-
|`ingress.ingressClassName`| IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) |`""`|
238
-
|`ingress.hostname`| Default host for the ingress resource |`minio.local`|
239
-
|`ingress.path`| The Path to MinIO®. You may need to set this to '/*' in order to use this with ALB ingress controllers. |`/`|
240
-
|`ingress.pathType`| Ingress path type |`ImplementationSpecific`|
241
-
|`ingress.servicePort`| Service port to be used |`minio-console`|
242
-
|`ingress.annotations`| Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. |`{}`|
243
-
|`ingress.tls`| Enable TLS configuration for the hostname defined at `ingress.hostname` parameter |`false`|
244
-
|`ingress.selfSigned`| Create a TLS secret for this ingress record using self-signed certificates generated by Helm |`false`|
245
-
|`ingress.extraHosts`| The list of additional hostnames to be covered with this ingress record. |`[]`|
246
-
|`ingress.extraPaths`| Any additional paths that may need to be added to the ingress under the main host |`[]`|
247
-
|`ingress.extraTls`| The tls configuration for additional hostnames to be covered with this ingress record. |`[]`|
248
-
|`ingress.secrets`| If you're providing your own certificates, please use this to add the certificates as secrets |`[]`|
249
-
|`ingress.extraRules`| Additional rules to be covered with this ingress record |`[]`|
250
-
|`apiIngress.enabled`| Enable ingress controller resource for MinIO API |`false`|
251
-
|`apiIngress.apiVersion`| Force Ingress API version (automatically detected if not set) |`""`|
252
-
|`apiIngress.ingressClassName`| IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) |`""`|
253
-
|`apiIngress.hostname`| Default host for the ingress resource |`minio.local`|
254
-
|`apiIngress.path`| The Path to MinIO®. You may need to set this to '/*' in order to use this with ALB ingress controllers. |`/`|
255
-
|`apiIngress.pathType`| Ingress path type |`ImplementationSpecific`|
256
-
|`apiIngress.servicePort`| Service port to be used |`minio-api`|
257
-
|`apiIngress.annotations`| Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. |`{}`|
258
-
|`apiIngress.tls`| Enable TLS configuration for the hostname defined at `apiIngress.hostname` parameter |`false`|
259
-
|`apiIngress.selfSigned`| Create a TLS secret for this ingress record using self-signed certificates generated by Helm |`false`|
260
-
|`apiIngress.extraHosts`| The list of additional hostnames to be covered with this ingress record. |`[]`|
261
-
|`apiIngress.extraPaths`| Any additional paths that may need to be added to the ingress under the main host |`[]`|
262
-
|`apiIngress.extraTls`| The tls configuration for additional hostnames to be covered with this ingress record. |`[]`|
263
-
|`apiIngress.secrets`| If you're providing your own certificates, please use this to add the certificates as secrets |`[]`|
264
-
|`apiIngress.extraRules`| Additional rules to be covered with this ingress record |`[]`|
265
-
|`networkPolicy.enabled`| Enable the default NetworkPolicy policy |`false`|
266
-
|`networkPolicy.allowExternal`| Don't require client label for connections |`true`|
267
-
|`networkPolicy.extraFromClauses`| Allows to add extra 'from' clauses to the NetworkPolicy |`[]`|
|`service.type`| MinIO® service type |`ClusterIP`|
224
+
|`service.ports.api`| MinIO® API service port |`9000`|
225
+
|`service.ports.console`| MinIO® Console service port |`9001`|
226
+
|`service.nodePorts.api`| Specify the MinIO® API nodePort value for the LoadBalancer and NodePort service types |`""`|
227
+
|`service.nodePorts.console`| Specify the MinIO® Console nodePort value for the LoadBalancer and NodePort service types |`""`|
228
+
|`service.clusterIP`| Service Cluster IP |`""`|
229
+
|`service.loadBalancerIP`| loadBalancerIP if service type is `LoadBalancer` (optional, cloud specific) |`""`|
230
+
|`service.loadBalancerSourceRanges`| Addresses that are allowed when service is LoadBalancer |`[]`|
231
+
|`service.externalTrafficPolicy`| Enable client source IP preservation |`Cluster`|
232
+
|`service.extraPorts`| Extra ports to expose in the service (normally used with the `sidecar` value) |`[]`|
233
+
|`service.annotations`| Annotations for MinIO® service |`{}`|
234
+
|`service.headless.annotations`| Annotations for the headless service. |`{}`|
235
+
|`ingress.enabled`| Enable ingress controller resource for MinIO Console |`false`|
236
+
|`ingress.apiVersion`| Force Ingress API version (automatically detected if not set) |`""`|
237
+
|`ingress.ingressClassName`| IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) |`""`|
238
+
|`ingress.hostname`| Default host for the ingress resource |`minio.local`|
239
+
|`ingress.path`| The Path to MinIO®. You may need to set this to '/*' in order to use this with ALB ingress controllers. |`/`|
240
+
|`ingress.pathType`| Ingress path type |`ImplementationSpecific`|
241
+
|`ingress.servicePort`| Service port to be used |`minio-console`|
242
+
|`ingress.annotations`| Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. |`{}`|
243
+
|`ingress.tls`| Enable TLS configuration for the hostname defined at `ingress.hostname` parameter |`false`|
244
+
|`ingress.selfSigned`| Create a TLS secret for this ingress record using self-signed certificates generated by Helm |`false`|
245
+
|`ingress.extraHosts`| The list of additional hostnames to be covered with this ingress record. |`[]`|
246
+
|`ingress.extraPaths`| Any additional paths that may need to be added to the ingress under the main host |`[]`|
247
+
|`ingress.extraTls`| The tls configuration for additional hostnames to be covered with this ingress record. |`[]`|
248
+
|`ingress.secrets`| If you're providing your own certificates, please use this to add the certificates as secrets |`[]`|
249
+
|`ingress.extraRules`| Additional rules to be covered with this ingress record |`[]`|
250
+
|`apiIngress.enabled`| Enable ingress controller resource for MinIO API |`false`|
251
+
|`apiIngress.apiVersion`| Force Ingress API version (automatically detected if not set) |`""`|
252
+
|`apiIngress.ingressClassName`| IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) |`""`|
253
+
|`apiIngress.hostname`| Default host for the ingress resource |`minio.local`|
254
+
|`apiIngress.path`| The Path to MinIO®. You may need to set this to '/*' in order to use this with ALB ingress controllers. |`/`|
255
+
|`apiIngress.pathType`| Ingress path type |`ImplementationSpecific`|
256
+
|`apiIngress.servicePort`| Service port to be used |`minio-api`|
257
+
|`apiIngress.annotations`| Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. |`{}`|
258
+
|`apiIngress.tls`| Enable TLS configuration for the hostname defined at `apiIngress.hostname` parameter |`false`|
259
+
|`apiIngress.selfSigned`| Create a TLS secret for this ingress record using self-signed certificates generated by Helm |`false`|
260
+
|`apiIngress.extraHosts`| The list of additional hostnames to be covered with this ingress record. |`[]`|
261
+
|`apiIngress.extraPaths`| Any additional paths that may need to be added to the ingress under the main host |`[]`|
262
+
|`apiIngress.extraTls`| The tls configuration for additional hostnames to be covered with this ingress record. |`[]`|
263
+
|`apiIngress.secrets`| If you're providing your own certificates, please use this to add the certificates as secrets |`[]`|
264
+
|`apiIngress.extraRules`| Additional rules to be covered with this ingress record |`[]`|
265
+
|`networkPolicy.enabled`| Enable creation of NetworkPolicy resources |`true`|
266
+
|`networkPolicy.allowExternal`| The Policy model to apply |`true`|
267
+
|`networkPolicy.allowExternalEgress`| Allow the pod to access any range of port and all destinations. |`true`|
268
+
|`networkPolicy.extraIngress`| Add extra ingress rules to the NetworkPolicy |`[]`|
269
+
|`networkPolicy.extraEgress`| Add extra ingress rules to the NetworkPolicy |`[]`|
270
+
|`networkPolicy.ingressNSMatchLabels`| Labels to match to allow traffic from other namespaces |`{}`|
271
+
|`networkPolicy.ingressNSPodMatchLabels`| Pod labels to match to allow traffic from other namespaces |`{}`|
0 commit comments