## @param apiIngress.hostname Default host for the ingress resource
## @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.
## @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
## @param apiIngress.pathType Ingress path type
##
##
pathType:ImplementationSpecific
pathType:ImplementationSpecific
## @param apiIngress.servicePort Service port to be used
## @param apiIngress.servicePort Service port to be used
## Default is http. Alternative is https.
## Default is http. Alternative is https.
##
##
servicePort:minio-api
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