ci(bump): bump chat image version for prod to 1.0.0
This commit is contained in:
parent
35da3dbccd
commit
4ef8be444b
@ -8,7 +8,7 @@ chat:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: chat
|
||||
tag: latest
|
||||
tag: 1.0.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -16,10 +16,10 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '100m'
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
@ -41,8 +41,8 @@ chat:
|
||||
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
||||
jwtAlgorithm: HS256
|
||||
stripeApiKey: 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
|
||||
stripeWebhookSecret: 'whsec_yWObkdtJTP4FOrmN2vPNEAv0EBGXbU3n'
|
||||
stripeAccountWebhookSecret: 'whsec_cFhia4hz65OQLdhv26LZAAmjoBc6WNgg'
|
||||
stripeWebhookSecret: whsec_yWObkdtJTP4FOrmN2vPNEAv0EBGXbU3n
|
||||
stripeAccountWebhookSecret: whsec_cFhia4hz65OQLdhv26LZAAmjoBc6WNgg
|
||||
rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster
|
||||
rabbitmqPort: 5672
|
||||
rabbitmqUsername: user
|
||||
|
||||
Loading…
Reference in New Issue
Block a user