2025-02-21 12:42:32 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
content:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry:
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
name: notification
|
|
|
|
|
tag: 1.0.0
|
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
containerPort: 8003
|
|
|
|
|
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: notification-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8003
|
|
|
|
|
targetPort: 8003
|
|
|
|
|
# Defaults to {}, which means doesn't have any ingress
|
|
|
|
|
ingresses:
|
|
|
|
|
- name: notification-ingress
|
|
|
|
|
host: alpha.notification.freeleaps.mathmast.com
|
|
|
|
|
class: nginx
|
|
|
|
|
rules:
|
|
|
|
|
- path: "/*"
|
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
|
backend:
|
|
|
|
|
service:
|
|
|
|
|
name: notification-service
|
|
|
|
|
port:
|
|
|
|
|
number: 8003
|
|
|
|
|
tls:
|
|
|
|
|
exists: false
|
|
|
|
|
issuerRef:
|
|
|
|
|
name: mathmast-dot-com
|
|
|
|
|
kind: ClusterIssuer
|
|
|
|
|
name: alpha.notification.freeleaps.mathmast.com-cert"
|
|
|
|
|
configs:
|
|
|
|
|
# TZ
|
|
|
|
|
tz: "America/Settle"
|
|
|
|
|
# APP_NAME
|
|
|
|
|
appName: "notification"
|
|
|
|
|
# SERVICE_API_ACCESS_HOST
|
|
|
|
|
serviceApiAccessHost: "0.0.0.0"
|
|
|
|
|
# SERVICE_API_ACCESS_PORT
|
|
|
|
|
serviceApiAccessPort: "8003"
|
|
|
|
|
# RABBITMQ_HOST
|
2025-02-22 10:58:47 +00:00
|
|
|
rabbitmqHost: "freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster"
|
2025-02-21 12:42:32 +00:00
|
|
|
# RABBITMQ_PORT
|
2025-02-22 10:58:47 +00:00
|
|
|
rabbitmqPort: "5672"
|
2025-02-21 12:42:32 +00:00
|
|
|
# SYSTEM_USER_ID
|
2025-02-22 10:58:47 +00:00
|
|
|
systemUserId: "117f191e810c19729de860aa"
|
2025-02-21 12:42:32 +00:00
|
|
|
# SMS_FROM
|
2025-02-22 10:58:47 +00:00
|
|
|
smsFrom: "+16898887156"
|
2025-02-21 12:42:32 +00:00
|
|
|
# EMAIL_FROM
|
2025-02-22 10:58:47 +00:00
|
|
|
emailFrom: "freeleaps@freeleaps.com"
|
2025-02-21 12:42:32 +00:00
|
|
|
# SECRET_KEY
|
2025-02-22 10:58:47 +00:00
|
|
|
secretKey: "ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0"
|
2025-02-21 12:42:32 +00:00
|
|
|
# SENDGRID_API_KEY
|
2025-02-22 10:58:47 +00:00
|
|
|
sendgridApiKey: "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"
|
2025-02-21 12:42:32 +00:00
|
|
|
# TWILIO_ACCOUNT_SID
|
2025-02-22 10:58:47 +00:00
|
|
|
twilioAccountSid: "ACf8c9283a6acda060258eadb29be58bc8"
|
2025-02-21 12:42:32 +00:00
|
|
|
# TWILIO_AUTH_TOKEN
|
2025-02-22 10:58:47 +00:00
|
|
|
twilioAuthToken: "ef160748cc22c8b7195b49df4b8eca7e"
|