Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-18 04:15:14 +08:00
commit 13a11a8e54
3 changed files with 11 additions and 12 deletions

View File

@ -13,7 +13,7 @@ chat:
registry: docker.io
repository: null
name: chat
tag: 1.0.0
tag: 1.1.0
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -88,7 +88,7 @@ chat:
freeleapsAilabEndpoint: ''
freeleapsEnv: chat
certPath: ''
redisUrl: "redis://:izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
redisIsCluster: "true"
redisUrl: redis://:izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0
redisIsCluster: 'true'
metricsEnabled: "true"
probesEnabled: "true"

View File

@ -13,7 +13,7 @@ freeleaps:
registry: docker.io
repository: null
name: backend
tag: 1.0.0
tag: 1.1.0
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -21,10 +21,10 @@ freeleaps:
protocol: TCP
resources:
requests:
cpu: '300m'
cpu: 300m
memory: 128Mi
limits:
cpu: '500m'
cpu: 500m
memory: 512Mi
probes:
readiness:
@ -89,7 +89,7 @@ freeleaps:
freeleapsAilabEndpoint: ''
freeleapsEnv: alpha
certPath: ''
redisUrl: "redis://r6Y@QTb*7BQN@hDGsN@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
redisIsCluster: "true"
redisUrl: redis://r6Y@QTb*7BQN@hDGsN@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0
redisIsCluster: 'true'
metricsEnabled: "true"
probesEnabled: "true"

View File

@ -8,7 +8,7 @@ frontend:
registry: docker.io
repository: null
name: frontend
tag: 1.0.0
tag: 1.1.0
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -46,8 +46,8 @@ frontend:
kind: ClusterIssuer
name: freeleaps.mathmast.com-cert
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-read-timeout: '3600'
nginx.ingress.kubernetes.io/proxy-send-timeout: '3600'
nginx.ingress.kubernetes.io/server-snippets: |-
location / {
proxy_set_header Upgrade $http_upgrade;
@ -59,7 +59,6 @@ frontend:
proxy_set_header Connection "upgrade";
proxy_cache_bypass $http_upgrade;
}
configs:
tz: UTC
frontendPort: 8080