This commit is contained in:
zhenyus 2025-02-22 21:22:37 +08:00
commit 730e67e61b

View File

@ -5,72 +5,57 @@ global:
notification: notification:
replicas: 1 replicas: 1
image: image:
registry: registry: docker.io
repository: freeleaps repository: null
name: notification name: notification
tag: 1.0.0 tag: snapshot-b0acad8
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 8003 containerPort: 8003
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: "0.5" cpu: '0.5'
memory: "512Mi" memory: 512Mi
limits: limits:
cpu: "1" cpu: '1'
memory: "1Gi" memory: 1Gi
# FIXME: Wait until the developers implements the probes APIs
probes: {} probes: {}
services: services:
- name: notification-service - name: notification-service
type: ClusterIP type: ClusterIP
port: 8003 port: 8003
targetPort: 8003 targetPort: 8003
# Defaults to {}, which means doesn't have any ingress ingresses:
ingresses: - name: notification-ingress
- name: notification-ingress host: alpha.notification.freeleaps.mathmast.com
host: alpha.notification.freeleaps.mathmast.com class: nginx
class: nginx rules:
rules: - path: /*
- path: "/*" pathType: ImplementationSpecific
pathType: ImplementationSpecific backend:
backend: service:
service: name: notification-service
name: notification-service port:
port: number: 8003
number: 8003 tls:
tls: exists: false
exists: false issuerRef:
issuerRef: name: mathmast-dot-com
name: mathmast-dot-com kind: ClusterIssuer
kind: ClusterIssuer name: alpha.notification.freeleaps.mathmast.com-cert"
name: alpha.notification.freeleaps.mathmast.com-cert"
configs: configs:
# TZ tz: America/Settle
tz: "America/Settle" appName: notification
# APP_NAME serviceApiAccessHost: 0.0.0.0
appName: "notification" serviceApiAccessPort: '8003'
# SERVICE_API_ACCESS_HOST rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
serviceApiAccessHost: "0.0.0.0" rabbitmqPort: '5672'
# SERVICE_API_ACCESS_PORT systemUserId: 117f191e810c19729de860aa
serviceApiAccessPort: "8003" smsFrom: '+16898887156'
# RABBITMQ_HOST emailFrom: freeleaps@freeleaps.com
rabbitmqHost: "freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster" secretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0
# RABBITMQ_PORT sendgridApiKey: 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
rabbitmqPort: "5672" twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8
# SYSTEM_USER_ID twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e
systemUserId: "117f191e810c19729de860aa"
# SMS_FROM
smsFrom: "+16898887156"
# EMAIL_FROM
emailFrom: "freeleaps@freeleaps.com"
# SECRET_KEY
secretKey: "ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0"
# SENDGRID_API_KEY
sendgridApiKey: "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"
# TWILIO_ACCOUNT_SID
twilioAccountSid: "ACf8c9283a6acda060258eadb29be58bc8"
# TWILIO_AUTH_TOKEN
twilioAuthToken: "ef160748cc22c8b7195b49df4b8eca7e"