2025-03-17 16:10:36 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: true
|
|
|
|
|
name: freeleaps-prod-authentication-dashboard
|
2025-03-17 16:22:06 +00:00
|
|
|
title: Authentication Service Dashboard (PROD)
|
2025-03-17 16:10:36 +00:00
|
|
|
metricsPrefix: freeleaps_authentication
|
2025-09-22 02:30:55 +00:00
|
|
|
logIngest:
|
|
|
|
|
enabled: true
|
|
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
|
|
|
logPathPattern: /app/log/authentication/*.log
|
|
|
|
|
logPath: /app/log/authentication
|
2025-09-22 13:21:19 +00:00
|
|
|
global:
|
|
|
|
|
environment: prod
|
2025-03-06 07:11:35 +00:00
|
|
|
authentication:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
|
|
|
|
name: authentication
|
2025-09-28 02:32:30 +00:00
|
|
|
tag: snapshot-332a195
|
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
|
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:
|
|
|
|
|
path: /api/_/readyz
|
|
|
|
|
port: 8004
|
|
|
|
|
initialDelaySeconds: 5
|
2025-03-17 13:53:50 +00:00
|
|
|
periodSeconds: 30
|
2025-03-17 13:24:35 +00:00
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
liveness:
|
2025-03-17 13:38:09 +00:00
|
|
|
type: httpGet
|
2025-03-17 13:24:35 +00:00
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8004
|
|
|
|
|
initialDelaySeconds: 5
|
2025-03-17 13:53:50 +00:00
|
|
|
periodSeconds: 15
|
2025-03-17 13:24:35 +00:00
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
terminationGracePeriodSeconds: 30
|
2025-03-06 07:11:35 +00:00
|
|
|
services:
|
|
|
|
|
- name: authentication-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8004
|
|
|
|
|
targetPort: 8004
|
2025-03-17 15:40:13 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: true
|
|
|
|
|
labels:
|
|
|
|
|
release: kube-prometheus-stack
|
|
|
|
|
namespace: freeleaps-monitoring-system
|
|
|
|
|
interval: 30s
|
2025-04-18 04:56:16 +00:00
|
|
|
scrapeTimeout: ''
|
2025-03-06 07:11:35 +00:00
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
|
|
|
|
tz: UTC
|
|
|
|
|
appName: authentication
|
2025-09-22 11:40:17 +00:00
|
|
|
appEnv: prod
|
2025-03-06 07:11:35 +00:00
|
|
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-prod.svc.freeleaps.cluster:8007/api/devsvc/
|
|
|
|
|
notificationWebapiUrlBase: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/
|
|
|
|
|
jwtAlgorithm: HS256
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: 8004
|
|
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbPort: 27017
|
2025-04-18 04:56:16 +00:00
|
|
|
metricsEnabled: 'true'
|
|
|
|
|
probesEnabled: 'true'
|
2025-08-18 09:44:17 +00:00
|
|
|
secrets:
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: FreeleapsSecretStore
|
|
|
|
|
name: freeleaps-main-secret-store
|
|
|
|
|
target:
|
2025-09-05 02:08:11 +00:00
|
|
|
name: freeleaps-authentication-prod-secrets
|
|
|
|
|
creationPolicy: Owner
|
2025-08-18 09:44:17 +00:00
|
|
|
refreshInterval: 30s
|
|
|
|
|
data:
|
2025-09-05 02:08:11 +00:00
|
|
|
- key: jwtSecretKey
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-jwt-secret-key
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: mongodbUri
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-mongodb-uri
|
|
|
|
|
type: Secret
|
2025-06-10 08:23:34 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: true
|
|
|
|
|
cpu: 50m
|
|
|
|
|
memory: 64Mi
|
|
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
|
|
|
|
cpu: 200m
|
|
|
|
|
memory: 128Mi
|
|
|
|
|
controlledResources:
|
2025-08-07 00:59:24 +00:00
|
|
|
- cpu
|
|
|
|
|
- memory
|