2025-03-06 07:11:35 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
authentication:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
|
|
|
|
name: authentication
|
2025-03-06 07:41:03 +00:00
|
|
|
tag: 1.0.0
|
2025-03-06 07:11:35 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
containerPort: 8004
|
|
|
|
|
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
|
|
|
|
|
probes: {}
|
|
|
|
|
services:
|
|
|
|
|
- name: authentication-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8004
|
|
|
|
|
targetPort: 8004
|
|
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
|
|
|
|
tz: UTC
|
|
|
|
|
appName: authentication
|
|
|
|
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-prod.svc.freeleaps.cluster:8007/api/devsvc/
|
|
|
|
|
notificationWebapiUrlBase: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/
|
2025-03-08 14:45:26 +00:00
|
|
|
jwtSecretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0
|
2025-03-06 07:11:35 +00:00
|
|
|
jwtAlgorithm: HS256
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: 8004
|
|
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbPort: 27017
|
|
|
|
|
mongodbUri: mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority
|