mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-10 06:37:00 +08:00
63 lines
2.3 KiB
YAML
63 lines
2.3 KiB
YAML
global:
|
|
storageClass: "nfs-client"
|
|
mode: standalone
|
|
auth:
|
|
rootUser: root
|
|
rootPassword: "openIM123"
|
|
defaultBuckets: "openim"
|
|
persistence:
|
|
size: 1Gi
|
|
|
|
ingress:
|
|
## @param ingress.enabled Enable ingress controller resource for MinIO Console
|
|
##
|
|
enabled: true
|
|
## @param ingress.apiVersion Force Ingress API version (automatically detected if not set)
|
|
##
|
|
apiVersion: ""
|
|
## @param ingress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
|
|
## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster.
|
|
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
|
##
|
|
ingressClassName: "nginx"
|
|
## @param ingress.hostname Default host for the ingress resource
|
|
##
|
|
hostname: openim2.nsddd.top
|
|
## @param ingress.path The Path to MinIO®. You may need to set this to '/*' in order to use this with ALB ingress controllers.
|
|
##
|
|
path: /
|
|
## @param ingress.pathType Ingress path type
|
|
##
|
|
pathType: ImplementationSpecific
|
|
## @param ingress.servicePort Service port to be used
|
|
## Default is http. Alternative is https.
|
|
##
|
|
servicePort: minio-console
|
|
|
|
|
|
|
|
apiIngress:
|
|
## @param apiIngress.enabled Enable ingress controller resource for MinIO API
|
|
##
|
|
enabled: true
|
|
## @param apiIngress.apiVersion Force Ingress API version (automatically detected if not set)
|
|
##
|
|
apiVersion: ""
|
|
## @param apiIngress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
|
|
## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster.
|
|
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
|
|
##
|
|
ingressClassName: "nginx"
|
|
## @param apiIngress.hostname Default host for the ingress resource
|
|
##
|
|
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: /
|
|
## @param apiIngress.pathType Ingress path type
|
|
##
|
|
pathType: ImplementationSpecific
|
|
## @param apiIngress.servicePort Service port to be used
|
|
## Default is http. Alternative is https.
|
|
##
|
|
servicePort: minio-api |