freeleaps-ops/freeleaps/helm-pkg/payment/values.alpha.yaml
2025-03-31 13:51:04 +08:00

85 lines
1.9 KiB
YAML

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
dashboard:
enabled: false
payment:
replicas: 1
image:
registry: docker.io
repository: null
name: payment
tag: snapshot-7940aa2
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8006
protocol: TCP
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 100m
memory: 128Mi
probes:
readiness:
type: httpGet
config:
path: /api/_/readyz
port: 8006
initialDelaySeconds: 5
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
liveness:
type: httpGet
config:
path: /api/_/livez
port: 8006
initialDelaySeconds: 5
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
- name: payment-service
type: ClusterIP
port: 8006
targetPort: 8006
serviceMonitor:
enabled: false
ingresses:
- name: payment-ingress
host: alpha.payment.freeleaps.mathmast.com
class: nginx
rules:
- path: /
pathType: Prefix
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
configs:
tz: UTC
appName: payment
serviceApiAccessHost: 0.0.0.0
serviceApiAccessPort: 8006
mongodbName: freeleaps2
mongodbPort: 27017
mongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
siteUrlRoot: https://alpha.freeleaps.mathmast.com
metricsEnabled: 'false'
probesEnabled: 'true'