mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-10 06:37:00 +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:
|
global:
|
||||||
storageClass: "nfs-client"
|
storageClass: "nfs-client"
|
||||||
controller:
|
controller:
|
||||||
replicaCount: 1
|
replicaCount: 3
|
||||||
zookeeperMigrationMode: true
|
|
||||||
broker:
|
|
||||||
zookeeperMigrationMode: true
|
|
||||||
sasl:
|
sasl:
|
||||||
interbroker:
|
|
||||||
user: inter_broker_user
|
|
||||||
password: ""
|
|
||||||
controller:
|
|
||||||
user: controller_user
|
|
||||||
password: ""
|
|
||||||
client:
|
client:
|
||||||
users:
|
users:
|
||||||
- root
|
- root
|
||||||
|
|||||||
@ -50,10 +50,10 @@ apiIngress:
|
|||||||
ingressClassName: "nginx"
|
ingressClassName: "nginx"
|
||||||
## @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
|
||||||
@ -61,25 +61,3 @@ apiIngress:
|
|||||||
## 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
|
|
||||||
## 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
|
|
||||||
@ -175,7 +175,7 @@ config:
|
|||||||
accessKeyID: "root"
|
accessKeyID: "root"
|
||||||
secretAccessKey: "openIM123"
|
secretAccessKey: "openIM123"
|
||||||
sessionToken: ''
|
sessionToken: ''
|
||||||
signEndpoint: "https://openim2.nsddd.top/im-minio-api"
|
signEndpoint: "https://openim3.nsddd.top"
|
||||||
cos:
|
cos:
|
||||||
bucketURL: https://temp-1252357374.cos.ap-chengdu.myqcloud.com
|
bucketURL: https://temp-1252357374.cos.ap-chengdu.myqcloud.com
|
||||||
secretID: ''
|
secretID: ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user