This commit is contained in:
zhenyus 2025-03-07 07:30:41 +08:00
commit 8155dc683a
2 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ chat:
registry: docker.io registry: docker.io
repository: null repository: null
name: chat name: chat
tag: latest tag: 1.0.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -16,10 +16,10 @@ chat:
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: '100m' cpu: 100m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: '200m' cpu: 200m
memory: 256Mi memory: 256Mi
probes: {} probes: {}
services: services:
@ -41,8 +41,8 @@ chat:
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
jwtAlgorithm: HS256 jwtAlgorithm: HS256
stripeApiKey: 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 stripeApiKey: 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
stripeWebhookSecret: 'whsec_yWObkdtJTP4FOrmN2vPNEAv0EBGXbU3n' stripeWebhookSecret: whsec_yWObkdtJTP4FOrmN2vPNEAv0EBGXbU3n
stripeAccountWebhookSecret: 'whsec_cFhia4hz65OQLdhv26LZAAmjoBc6WNgg' stripeAccountWebhookSecret: whsec_cFhia4hz65OQLdhv26LZAAmjoBc6WNgg
rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster
rabbitmqPort: 5672 rabbitmqPort: 5672
rabbitmqUsername: user rabbitmqUsername: user

View File

@ -8,7 +8,7 @@ freeleaps:
registry: docker.io registry: docker.io
repository: null repository: null
name: backend name: backend
tag: latest tag: 1.0.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -16,10 +16,10 @@ freeleaps:
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: '100m' cpu: 100m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: '200m' cpu: 200m
memory: 256Mi memory: 256Mi
probes: {} probes: {}
services: services:
@ -41,8 +41,8 @@ freeleaps:
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
jwtAlgorithm: HS256 jwtAlgorithm: HS256
stripeApiKey: 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 stripeApiKey: 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
stripeWebhookSecret: 'whsec_yWObkdtJTP4FOrmN2vPNEAv0EBGXbU3n' stripeWebhookSecret: whsec_yWObkdtJTP4FOrmN2vPNEAv0EBGXbU3n
stripeAccountWebhookSecret: 'whsec_cFhia4hz65OQLdhv26LZAAmjoBc6WNgg' stripeAccountWebhookSecret: whsec_cFhia4hz65OQLdhv26LZAAmjoBc6WNgg
rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster
rabbitmqPort: 5672 rabbitmqPort: 5672
rabbitmqUsername: user rabbitmqUsername: user