2025-03-06 07:11:35 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-17 16:22:06 +00:00
|
|
|
dashboard:
|
2025-04-18 05:15:02 +00:00
|
|
|
enabled: true
|
2025-03-17 16:22:06 +00:00
|
|
|
name: freeleaps-prod-notification-dashboard
|
|
|
|
|
title: Notification Service Dashboard (PROD)
|
|
|
|
|
metricsPrefix: freeleaps_notification
|
2025-09-25 08:51:10 +00:00
|
|
|
logIngest:
|
|
|
|
|
enabled: true
|
|
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
|
|
|
logPathPattern: /app/log/notification/*.log
|
|
|
|
|
logPath: /app/log/notification
|
2025-03-06 07:11:35 +00:00
|
|
|
notification:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
|
|
|
|
name: notification
|
2025-09-28 01:56:12 +00:00
|
|
|
tag: snapshot-bdfcfd4
|
2025-03-06 07:11:35 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
containerPort: 8003
|
|
|
|
|
protocol: TCP
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-03-11 05:12:14 +00:00
|
|
|
cpu: 200m
|
2025-03-08 12:31:11 +00:00
|
|
|
memory: 64Mi
|
|
|
|
|
limits:
|
2025-03-11 05:12:14 +00:00
|
|
|
cpu: 300m
|
2025-03-06 07:11:35 +00:00
|
|
|
memory: 128Mi
|
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:
|
2025-09-23 08:29:26 +00:00
|
|
|
path: /api/_/livez
|
2025-03-17 13:24:35 +00:00
|
|
|
port: 8003
|
2025-09-23 08:26:57 +00:00
|
|
|
initialDelaySeconds: 60
|
2025-03-17 13:53:50 +00:00
|
|
|
periodSeconds: 30
|
2025-03-17 13:24:35 +00:00
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
2025-09-23 08:26:57 +00:00
|
|
|
failureThreshold: 5
|
2025-03-17 13:24:35 +00:00
|
|
|
liveness:
|
2025-03-17 13:38:09 +00:00
|
|
|
type: httpGet
|
2025-03-17 13:24:35 +00:00
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8003
|
2025-09-23 08:26:57 +00:00
|
|
|
initialDelaySeconds: 60
|
|
|
|
|
periodSeconds: 30
|
2025-03-17 13:24:35 +00:00
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
2025-09-23 08:26:57 +00:00
|
|
|
failureThreshold: 5
|
2025-03-17 13:24:35 +00:00
|
|
|
terminationGracePeriodSeconds: 30
|
2025-03-06 07:11:35 +00:00
|
|
|
services:
|
|
|
|
|
- name: notification-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8003
|
|
|
|
|
targetPort: 8003
|
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: notification
|
2025-09-25 08:51:10 +00:00
|
|
|
appEnv: prod
|
2025-03-06 07:11:35 +00:00
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: 8003
|
2025-08-01 13:44:52 +00:00
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbPort: 27017
|
2025-03-06 07:11:35 +00:00
|
|
|
rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster
|
2025-09-17 07:02:08 +00:00
|
|
|
authServiceEndpoint: http://freeleaps-auth-service.68c0da88a0a7837e84b580eb-prod.svc.freeleaps.cluster:9000/api/v1/keys/
|
2025-03-06 07:11:35 +00:00
|
|
|
rabbitmqPort: 5672
|
|
|
|
|
rabbitmqUsername: user
|
|
|
|
|
rabbitmqVritualHost: /
|
2025-08-07 01:17:38 +00:00
|
|
|
systemUserId: 117f191e810c19729de860aa
|
|
|
|
|
smsFrom: '+16898887156'
|
2025-03-06 07:11:35 +00:00
|
|
|
emailFrom: freeleaps@freeleaps.com
|
2025-04-18 05:15:02 +00:00
|
|
|
metricsEnabled: 'true'
|
|
|
|
|
probesEnabled: 'true'
|
2025-08-18 11:16:49 +00:00
|
|
|
secrets:
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: FreeleapsSecretStore
|
|
|
|
|
name: freeleaps-main-secret-store
|
|
|
|
|
target:
|
2025-09-05 02:31:09 +00:00
|
|
|
name: freeleaps-notification-prod-secrets
|
|
|
|
|
creationPolicy: Owner
|
2025-08-18 11:16:49 +00:00
|
|
|
refreshInterval: 30s
|
|
|
|
|
data:
|
2025-09-05 02:31:09 +00:00
|
|
|
- key: mongodbUri
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-mongodb-uri
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: rabbitmqPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-rabbitmq-password
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: secretKey
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-secret-key
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: sendgridApiKey
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-sendgrid-api-key
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: twilioAccountSid
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-twilio-account-sid
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: twilioAuthToken
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-twilio-auth-token
|
|
|
|
|
type: Secret
|
2025-06-10 15:53:31 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: true
|
2025-08-07 01:17:38 +00:00
|
|
|
cpu: 50m
|
|
|
|
|
memory: 64Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
2025-08-07 01:17:38 +00:00
|
|
|
cpu: 200m
|
|
|
|
|
memory: 128Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
controlledResources:
|
2025-08-07 01:17:38 +00:00
|
|
|
- cpu
|
|
|
|
|
- memory
|