2025-02-21 12:42:32 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-17 16:22:06 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: false
|
|
|
|
|
name: freeleaps-prod-payment-dashboard
|
|
|
|
|
title: Payment Service Dashboard
|
|
|
|
|
metricsPrefix: freeleaps_payment
|
2025-04-21 14:03:00 +00:00
|
|
|
logIngest:
|
|
|
|
|
enabled: false
|
|
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
|
|
|
logPathPattern: /app/log/payment/*.log
|
|
|
|
|
logPath: /app/log/payment
|
2025-02-21 12:42:32 +00:00
|
|
|
payment:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry:
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
name: payment
|
|
|
|
|
tag: 1.0.0
|
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
containerPort: 8006
|
|
|
|
|
protocol: TCP
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: "0.5"
|
|
|
|
|
memory: "512Mi"
|
|
|
|
|
limits:
|
|
|
|
|
cpu: "1"
|
|
|
|
|
memory: "1Gi"
|
|
|
|
|
# FIXME: Wait until the developers implements the probes APIs
|
|
|
|
|
probes: {}
|
|
|
|
|
services:
|
|
|
|
|
- name: payment-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8006
|
|
|
|
|
targetPort: 8006
|
2025-03-17 15:40:13 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
|
|
|
|
labels: {}
|
|
|
|
|
namespace: ""
|
|
|
|
|
internal: 30s
|
|
|
|
|
scrapeTimeout: ""
|
2025-02-21 12:42:32 +00:00
|
|
|
# Defaults to {}, which means doesn't have any ingress
|
|
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
|
|
|
|
# TZ
|
|
|
|
|
tz: "America/Settle"
|
|
|
|
|
# APP_NAME
|
|
|
|
|
appName: "payment"
|
|
|
|
|
# SERVICE_API_ACCESS_HOST
|
|
|
|
|
serviceApiAccessHost: "0.0.0.0"
|
|
|
|
|
# SERVICE_API_ACCESS_PORT
|
|
|
|
|
serviceApiAccessPort: "8006"
|
|
|
|
|
# MONGODB_NAME
|
|
|
|
|
mongodbName: ""
|
|
|
|
|
# MONGODB_PORT
|
|
|
|
|
mongodbPort: "27017"
|
2025-03-16 21:34:51 +00:00
|
|
|
# SITE_URL_ROOT
|
|
|
|
|
siteUrlRoot: ""
|
2025-03-17 15:51:35 +00:00
|
|
|
# METRICS_ENABLED
|
|
|
|
|
metricsEnabled: "false"
|
|
|
|
|
# PROBES_ENABLED
|
|
|
|
|
probesEnabled: "false"
|
2025-08-18 13:41:21 +00:00
|
|
|
secrets:
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: FreeleapsSecretStore
|
|
|
|
|
name: freeleaps-main-secret-store
|
|
|
|
|
target:
|
|
|
|
|
name: freeleaps-payment-secrets
|
|
|
|
|
creationPolicy: Owner
|
|
|
|
|
refreshInterval: 30s
|
|
|
|
|
data:
|
|
|
|
|
- key: mongodbUri
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: "freeleaps-alpha-mongodb-uri"
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: stripeApiKey
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: "freeleaps-alpha-stripe-api-key"
|
|
|
|
|
type: Secret
|
2025-06-10 15:53:31 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: false
|
|
|
|
|
cpu: "0.5"
|
|
|
|
|
memory: "512Mi"
|
|
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
|
|
|
|
cpu: "1"
|
|
|
|
|
memory: "1Gi"
|
|
|
|
|
controlledResources:
|
|
|
|
|
- cpu
|
|
|
|
|
- memory
|