mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 05:27:03 +08:00
change chats script:kafka.replicaCount=3& change minio.api ingress
This commit is contained in:
parent
a9863468fe
commit
c08f29731d
@ -1,17 +1,8 @@
|
||||
global:
|
||||
storageClass: "nfs-client"
|
||||
controller:
|
||||
replicaCount: 1
|
||||
zookeeperMigrationMode: true
|
||||
broker:
|
||||
zookeeperMigrationMode: true
|
||||
replicaCount: 3
|
||||
sasl:
|
||||
interbroker:
|
||||
user: inter_broker_user
|
||||
password: ""
|
||||
controller:
|
||||
user: controller_user
|
||||
password: ""
|
||||
client:
|
||||
users:
|
||||
- root
|
||||
|
||||
@ -50,36 +50,14 @@ apiIngress:
|
||||
ingressClassName: "nginx"
|
||||
## @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
|
||||
## @param apiIngress.servicePort Service port to be used
|
||||
## 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
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md
|
||||
## Use this parameter to set the required annotations for cert-manager, see
|
||||
## ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
|
||||
##
|
||||
## e.g:
|
||||
## annotations:
|
||||
## kubernetes.io/ingress.class: nginx
|
||||
## cert-manager.io/cluster-issuer: cluster-issuer-name
|
||||
##
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||
## @param apiIngress.tls Enable TLS configuration for the hostname defined at `apiIngress.hostname` parameter
|
||||
## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.apiIngress.hostname }}`
|
||||
## You can:
|
||||
## - Use the `ingress.secrets` parameter to create this TLS secret
|
||||
## - Rely on cert-manager to create it by setting the corresponding annotations
|
||||
## - Rely on Helm to create self-signed certificates by setting `ingress.selfSigned=true`
|
||||
##
|
||||
tls: false
|
||||
servicePort: minio-api
|
||||
@ -175,7 +175,7 @@ config:
|
||||
accessKeyID: "root"
|
||||
secretAccessKey: "openIM123"
|
||||
sessionToken: ''
|
||||
signEndpoint: "https://openim2.nsddd.top/im-minio-api"
|
||||
signEndpoint: "https://openim3.nsddd.top"
|
||||
cos:
|
||||
bucketURL: https://temp-1252357374.cos.ap-chengdu.myqcloud.com
|
||||
secretID: ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user