This commit is contained in:
zhenyus 2025-02-22 21:11:16 +08:00
commit 53cfe823a0

View File

@ -5,45 +5,35 @@ global:
payment: payment:
replicas: 1 replicas: 1
image: image:
registry: registry: docker.io
repository: freeleaps repository: null
name: payment name: payment
tag: 1.0.0 tag: snapshot-8f799c6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 8006 containerPort: 8006
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: "0.5" cpu: '0.5'
memory: "512Mi" memory: 512Mi
limits: limits:
cpu: "1" cpu: '1'
memory: "1Gi" memory: 1Gi
# FIXME: Wait until the developers implements the probes APIs
probes: {} probes: {}
services: services:
- name: payment-service - name: payment-service
type: ClusterIP type: ClusterIP
port: 8006 port: 8006
targetPort: 8006 targetPort: 8006
# Defaults to {}, which means doesn't have any ingress
ingresses: {} ingresses: {}
configs: configs:
# TZ tz: America/Settle
tz: "America/Settle" appName: payment
# APP_NAME serviceApiAccessHost: 0.0.0.0
appName: "payment" serviceApiAccessPort: '8006'
# SERVICE_API_ACCESS_HOST mongodbName: freeleaps2
serviceApiAccessHost: "0.0.0.0" mongodbPort: '27017'
# SERVICE_API_ACCESS_PORT mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
serviceApiAccessPort: "8006" stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
# MONGODB_NAME
mongodbName: "freeleaps2"
# MONGODB_PORT
mongodbPort: "27017"
# MONGODB_URI
mongodbUri: "mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/"
# STRIPE_API_KEY
stripeApiKey: "sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd"