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 16:09:55 +00:00
|
|
|
tag: snapshot-da584b8
|
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-22 16:09:55 +00:00
|
|
|
ingresses:
|
2025-02-22 15:11:15 +00:00
|
|
|
- name: payment-ingress
|
|
|
|
|
host: alpha.payment.freeleaps.mathmast.com
|
|
|
|
|
class: nginx
|
|
|
|
|
rules:
|
|
|
|
|
- path: /*
|
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
|
backend:
|
|
|
|
|
service:
|
|
|
|
|
name: payment-service
|
|
|
|
|
port:
|
|
|
|
|
number: 8006
|
|
|
|
|
tls:
|
|
|
|
|
exists: false
|
|
|
|
|
issuerRef:
|
|
|
|
|
name: mathmast-dot-com
|
|
|
|
|
kind: ClusterIssuer
|
|
|
|
|
name: alpha.payment.freeleaps.mathmast.com-cert
|
2025-02-21 12:42:32 +00:00
|
|
|
configs:
|
2025-02-22 16:26:06 +00:00
|
|
|
tz: UTC
|
2025-02-22 12:59:01 +00:00
|
|
|
appName: payment
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
2025-02-22 16:14:48 +00:00
|
|
|
serviceApiAccessPort: 8006
|
2025-02-22 12:59:01 +00:00
|
|
|
mongodbName: freeleaps2
|
2025-02-22 16:14:48 +00:00
|
|
|
mongodbPort: 27017
|
|
|
|
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
2025-02-22 12:59:01 +00:00
|
|
|
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|