ci(bump): bump chat image version for alpha to snapshot-dba2fa0
This commit is contained in:
parent
35649c45cd
commit
89c275b586
@ -10,7 +10,7 @@ chat:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: chat
|
name: chat
|
||||||
tag: snapshot-6208083
|
tag: snapshot-dba2fa0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -18,10 +18,10 @@ chat:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: '100m'
|
cpu: 100m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: '200m'
|
cpu: 200m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
probes:
|
probes:
|
||||||
readiness:
|
readiness:
|
||||||
@ -98,6 +98,6 @@ chat:
|
|||||||
freeleapsEnv: alpha
|
freeleapsEnv: alpha
|
||||||
certPath: ''
|
certPath: ''
|
||||||
redisUrl: redis://:4sTqfZvUwR@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379/0
|
redisUrl: redis://:4sTqfZvUwR@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379/0
|
||||||
redisIsCluster: "false"
|
redisIsCluster: 'false'
|
||||||
metricsEnabled: "false"
|
metricsEnabled: 'false'
|
||||||
probesEnabled: "true"
|
probesEnabled: 'true'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user