2025-02-20 09:28:45 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
authentication:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-02-22 12:06:10 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-02-20 09:28:45 +00:00
|
|
|
name: authentication
|
2025-02-22 13:46:41 +00:00
|
|
|
tag: snapshot-9b42dbf
|
2025-02-20 09:28:45 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-02-22 12:06:10 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8004
|
|
|
|
|
protocol: TCP
|
2025-02-20 09:28:45 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-02-24 19:45:28 +00:00
|
|
|
cpu: '200m'
|
2025-02-22 12:06:10 +00:00
|
|
|
memory: 512Mi
|
2025-02-20 09:28:45 +00:00
|
|
|
limits:
|
2025-02-24 19:45:28 +00:00
|
|
|
cpu: '0.5'
|
2025-02-22 12:06:10 +00:00
|
|
|
memory: 1Gi
|
2025-02-20 09:28:45 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-02-22 12:06:10 +00:00
|
|
|
- name: authentication-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8004
|
|
|
|
|
targetPort: 8004
|
2025-02-20 09:28:45 +00:00
|
|
|
ingresses:
|
2025-02-22 12:06:10 +00:00
|
|
|
- name: authentication-ingress
|
|
|
|
|
host: alpha.authentication.freeleaps.mathmast.com
|
|
|
|
|
class: nginx
|
|
|
|
|
rules:
|
2025-02-22 17:17:18 +00:00
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
2025-02-22 12:06:10 +00:00
|
|
|
backend:
|
|
|
|
|
service:
|
|
|
|
|
name: authentication-service
|
|
|
|
|
port:
|
|
|
|
|
number: 8004
|
|
|
|
|
tls:
|
|
|
|
|
exists: false
|
|
|
|
|
issuerRef:
|
|
|
|
|
name: mathmast-dot-com
|
|
|
|
|
kind: ClusterIssuer
|
|
|
|
|
name: alpha.authentication.freeleaps.mathmast.com-cert
|
2025-02-20 09:28:45 +00:00
|
|
|
configs:
|
2025-02-22 16:26:06 +00:00
|
|
|
tz: UTC
|
2025-02-22 12:06:10 +00:00
|
|
|
appName: authentication
|
2025-02-26 08:22:53 +00:00
|
|
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/
|
2025-02-26 08:23:57 +00:00
|
|
|
notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
|
2025-02-22 12:06:10 +00:00
|
|
|
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
|
|
|
|
jwtAlgorithm: HS256
|
2025-02-22 13:46:41 +00:00
|
|
|
serviceApiAccessHost: 0.0.0.0
|
2025-02-22 13:24:43 +00:00
|
|
|
serviceApiAccessPort: 8004
|
2025-02-22 12:06:10 +00:00
|
|
|
mongodbName: freeleaps2
|
2025-02-22 13:24:43 +00:00
|
|
|
mongodbPort: 27017
|
2025-02-22 15:18:17 +00:00
|
|
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|