2025-02-20 09:28:45 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-21 17:03:59 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: false
|
2025-04-15 21:45:40 +00:00
|
|
|
logIngest:
|
2025-04-15 16:18:16 +00:00
|
|
|
enabled: true
|
2025-04-15 21:45:40 +00:00
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system/loki/api/v1/push
|
|
|
|
|
logPathPattern: /app/log/authentication/*.log
|
2025-04-15 22:35:51 +00:00
|
|
|
logPath: /app/log/authentication
|
2025-02-20 09:28:45 +00:00
|
|
|
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-04-21 03:07:41 +00:00
|
|
|
tag: 1.1.1
|
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-03-21 17:16:22 +00:00
|
|
|
cpu: 50m
|
2025-03-08 12:31:11 +00:00
|
|
|
memory: 64Mi
|
|
|
|
|
limits:
|
2025-03-21 17:16:22 +00:00
|
|
|
cpu: 200m
|
2025-03-05 09:08:45 +00:00
|
|
|
memory: 128Mi
|
2025-03-21 17:03:59 +00:00
|
|
|
probes:
|
|
|
|
|
readiness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/readyz
|
|
|
|
|
port: 8004
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 30
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
liveness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8004
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 15
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
terminationGracePeriodSeconds: 30
|
2025-02-20 09:28:45 +00:00
|
|
|
services:
|
2025-02-22 12:06:10 +00:00
|
|
|
- name: authentication-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8004
|
|
|
|
|
targetPort: 8004
|
2025-03-21 17:03:59 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
2025-02-20 09:28:45 +00:00
|
|
|
ingresses:
|
2025-02-22 12:06:10 +00:00
|
|
|
- name: authentication-ingress
|
2025-04-10 17:22:29 +00:00
|
|
|
host: authentication.freeleaps-alpha.com
|
2025-02-22 12:06:10 +00:00
|
|
|
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:
|
2025-04-10 17:22:29 +00:00
|
|
|
name: freeleaps-alpha-dot-com
|
2025-02-22 12:06:10 +00:00
|
|
|
kind: ClusterIssuer
|
2025-04-10 17:22:29 +00:00
|
|
|
name: authentication.freeleaps-alpha.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-03-31 05:51:04 +00:00
|
|
|
mongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
2025-03-21 17:16:22 +00:00
|
|
|
metricsEnabled: 'false'
|
|
|
|
|
probesEnabled: 'true'
|