2025-02-21 12:42:32 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
payment:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-02-22 12:59:01 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-02-21 12:42:32 +00:00
|
|
|
name: payment
|
2025-02-22 12:59:01 +00:00
|
|
|
tag: snapshot-8f799c6
|
2025-02-21 12:42:32 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-02-22 12:59:01 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8006
|
|
|
|
|
protocol: TCP
|
2025-02-21 12:42:32 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-02-22 12:59:01 +00:00
|
|
|
cpu: '0.5'
|
|
|
|
|
memory: 512Mi
|
2025-02-21 12:42:32 +00:00
|
|
|
limits:
|
2025-02-22 12:59:01 +00:00
|
|
|
cpu: '1'
|
|
|
|
|
memory: 1Gi
|
2025-02-21 12:42:32 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-02-22 12:59:01 +00:00
|
|
|
- name: payment-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8006
|
|
|
|
|
targetPort: 8006
|
2025-02-21 12:42:32 +00:00
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
2025-02-22 12:59:01 +00:00
|
|
|
tz: America/Settle
|
|
|
|
|
appName: payment
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: '8006'
|
|
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbPort: '27017'
|
|
|
|
|
mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
|
|
|
|
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|