2025-03-06 07:11:35 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-17 16:22:06 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: true
|
|
|
|
|
name: freeleaps-prod-payment-dashboard
|
|
|
|
|
title: Payment Service Dashboard (PROD)
|
|
|
|
|
metricsPrefix: freeleaps_payment
|
2025-03-06 07:11:35 +00:00
|
|
|
payment:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
|
|
|
|
name: payment
|
2025-08-07 01:22:47 +00:00
|
|
|
tag: snapshot-bbfc1ba
|
2025-03-06 07:11:35 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
containerPort: 8006
|
|
|
|
|
protocol: TCP
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-03-11 05:12:14 +00:00
|
|
|
cpu: 200m
|
2025-03-06 07:11:35 +00:00
|
|
|
memory: 128Mi
|
|
|
|
|
limits:
|
2025-03-11 05:12:14 +00:00
|
|
|
cpu: 300m
|
2025-03-06 07:11:35 +00:00
|
|
|
memory: 256Mi
|
2025-03-17 13:24:35 +00:00
|
|
|
probes:
|
|
|
|
|
readiness:
|
2025-03-17 13:38:09 +00:00
|
|
|
type: httpGet
|
2025-03-17 13:24:35 +00:00
|
|
|
config:
|
|
|
|
|
path: /api/_/readyz
|
|
|
|
|
port: 8006
|
|
|
|
|
initialDelaySeconds: 5
|
2025-03-17 13:53:50 +00:00
|
|
|
periodSeconds: 30
|
2025-03-17 13:24:35 +00:00
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
liveness:
|
2025-03-17 13:38:09 +00:00
|
|
|
type: httpGet
|
2025-03-17 13:24:35 +00:00
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8006
|
|
|
|
|
initialDelaySeconds: 5
|
2025-03-17 13:53:50 +00:00
|
|
|
periodSeconds: 15
|
2025-03-17 13:24:35 +00:00
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
terminationGracePeriodSeconds: 30
|
2025-03-06 07:11:35 +00:00
|
|
|
services:
|
|
|
|
|
- name: payment-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8006
|
|
|
|
|
targetPort: 8006
|
2025-03-17 15:40:13 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: true
|
|
|
|
|
labels:
|
|
|
|
|
release: kube-prometheus-stack
|
|
|
|
|
namespace: freeleaps-monitoring-system
|
|
|
|
|
internal: 30s
|
|
|
|
|
scrapeTimeout: ''
|
2025-03-06 07:11:35 +00:00
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
|
|
|
|
tz: UTC
|
|
|
|
|
appName: payment
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: 8006
|
|
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbPort: 27017
|
|
|
|
|
mongodbUri: mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority
|
|
|
|
|
stripeApiKey: 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
|
2025-03-27 06:48:25 +00:00
|
|
|
siteUrlRoot: https://freeleaps.com
|
2025-04-18 05:21:29 +00:00
|
|
|
metricsEnabled: 'true'
|
|
|
|
|
probesEnabled: 'true'
|
2025-06-10 15:53:31 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: true
|
2025-08-07 01:22:47 +00:00
|
|
|
cpu: 50m
|
|
|
|
|
memory: 64Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
2025-08-07 01:22:47 +00:00
|
|
|
cpu: 200m
|
|
|
|
|
memory: 128Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
controlledResources:
|
2025-08-07 01:22:47 +00:00
|
|
|
- cpu
|
|
|
|
|
- memory
|