Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
commit
13a11a8e54
@ -13,7 +13,7 @@ chat:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: chat
|
name: chat
|
||||||
tag: 1.0.0
|
tag: 1.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -88,7 +88,7 @@ chat:
|
|||||||
freeleapsAilabEndpoint: ''
|
freeleapsAilabEndpoint: ''
|
||||||
freeleapsEnv: chat
|
freeleapsEnv: chat
|
||||||
certPath: ''
|
certPath: ''
|
||||||
redisUrl: "redis://:izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
|
redisUrl: redis://:izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0
|
||||||
redisIsCluster: "true"
|
redisIsCluster: 'true'
|
||||||
metricsEnabled: "true"
|
metricsEnabled: "true"
|
||||||
probesEnabled: "true"
|
probesEnabled: "true"
|
||||||
@ -13,7 +13,7 @@ freeleaps:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: backend
|
name: backend
|
||||||
tag: 1.0.0
|
tag: 1.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -21,10 +21,10 @@ freeleaps:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: '300m'
|
cpu: 300m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: '500m'
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
probes:
|
probes:
|
||||||
readiness:
|
readiness:
|
||||||
@ -89,7 +89,7 @@ freeleaps:
|
|||||||
freeleapsAilabEndpoint: ''
|
freeleapsAilabEndpoint: ''
|
||||||
freeleapsEnv: alpha
|
freeleapsEnv: alpha
|
||||||
certPath: ''
|
certPath: ''
|
||||||
redisUrl: "redis://r6Y@QTb*7BQN@hDGsN@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
|
redisUrl: redis://r6Y@QTb*7BQN@hDGsN@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0
|
||||||
redisIsCluster: "true"
|
redisIsCluster: 'true'
|
||||||
metricsEnabled: "true"
|
metricsEnabled: "true"
|
||||||
probesEnabled: "true"
|
probesEnabled: "true"
|
||||||
@ -8,7 +8,7 @@ frontend:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: frontend
|
name: frontend
|
||||||
tag: 1.0.0
|
tag: 1.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -46,8 +46,8 @@ frontend:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: freeleaps.mathmast.com-cert
|
name: freeleaps.mathmast.com-cert
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
nginx.ingress.kubernetes.io/proxy-read-timeout: '3600'
|
||||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
nginx.ingress.kubernetes.io/proxy-send-timeout: '3600'
|
||||||
nginx.ingress.kubernetes.io/server-snippets: |-
|
nginx.ingress.kubernetes.io/server-snippets: |-
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
@ -59,7 +59,6 @@ frontend:
|
|||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
}
|
}
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
frontendPort: 8080
|
frontendPort: 8080
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user