## @param apiIngress.hostname Default host for the ingress resource
##
hostname:openim2.nsddd.top
hostname:openim3.nsddd.top
## @param apiIngress.path The Path to MinIO®. You may need to set this to '/*' in order to use this with ALB ingress controllers.
##
path:/im-minio-api(/|$)(.*)
path:/
## @param apiIngress.pathType Ingress path type
##
pathType:ImplementationSpecific
@ -61,25 +61,3 @@ apiIngress:
## Default is http. Alternative is https.
##
servicePort:minio-api
## @param apiIngress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
## For a full list of possible ingress annotations, please see