freeleaps-ops/magicleaps/helm-pkg/authentication/values.prod.yaml

122 lines
3.0 KiB
YAML
Raw Normal View History

2025-08-22 04:04:36 +00:00
global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
dashboard:
enabled: false
name: magicleaps-authentication-prod-dashboard
title: MagicLeaps Authentication Service Dashboard (Production)
metricsPrefix: magicleaps_authentication
logIngest:
enabled: true
lokiEndpoint: http://loki-gateway.magicleaps-logging-system
logPathPattern: /app/log/authentication/*.log
logPath: /app/log/authentication
authentication:
2025-09-04 07:46:31 +00:00
replicas: 1
2025-08-22 04:04:36 +00:00
image:
registry: docker.io
repository: null
2025-08-22 05:39:32 +00:00
name: authentication
2025-09-05 03:11:12 +00:00
tag: snapshot-c406f6d
2025-08-22 04:04:36 +00:00
imagePullPolicy: IfNotPresent
ports:
- name: http
2025-08-22 05:35:12 +00:00
containerPort: 8015
2025-08-22 04:04:36 +00:00
protocol: TCP
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
probes:
readiness:
type: httpGet
config:
path: /api/_/readyz
2025-08-22 05:35:12 +00:00
port: 8015
2025-08-22 04:04:36 +00:00
initialDelaySeconds: 5
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
liveness:
type: httpGet
config:
path: /api/_/livez
2025-08-22 05:35:12 +00:00
port: 8015
2025-08-22 04:04:36 +00:00
initialDelaySeconds: 5
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
2025-09-04 07:11:30 +00:00
- name: magicleaps-authentication-prod-service
2025-08-22 04:04:36 +00:00
type: ClusterIP
2025-08-22 05:35:12 +00:00
port: 8015
targetPort: 8015
2025-08-22 04:04:36 +00:00
serviceMonitor:
enabled: false
ingresses:
2025-09-04 07:11:30 +00:00
- name: magicleaps-authentication-prod-ingress
2025-09-04 07:19:58 +00:00
host: authentication.prod.magicleaps.mathmast.com
2025-08-22 04:04:36 +00:00
class: nginx
rules:
- path: /
pathType: Prefix
backend:
service:
2025-09-04 07:11:30 +00:00
name: magicleaps-authentication-prod-service
2025-08-22 04:04:36 +00:00
port:
2025-08-22 05:35:12 +00:00
number: 8015
2025-08-22 04:04:36 +00:00
tls:
exists: false
issuerRef:
name: mathmast-dot-com
kind: ClusterIssuer
2025-09-04 07:11:30 +00:00
name: magicleaps-authentication-prod-ingress-tls
2025-08-22 04:04:36 +00:00
configs:
tz: America/Settle
appName: magicleaps-authentication
2025-09-05 03:11:12 +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/
2025-08-22 04:04:36 +00:00
jwtAlgorithm: HS256
serviceApiAccessHost: 0.0.0.0
2025-08-22 05:35:12 +00:00
serviceApiAccessPort: 8015
2025-08-22 04:04:36 +00:00
mongodbName: interview
mongodbPort: 27017
metricsEnabled: 'false'
probesEnabled: 'true'
secrets:
secretStoreRef:
kind: FreeleapsSecretStore
name: freeleaps-main-secret-store
target:
2025-09-04 08:39:27 +00:00
name: "magicleaps-authentication-prod-secrets"
2025-08-22 04:04:36 +00:00
creationPolicy: "Owner"
refreshInterval: 30s
data:
- key: jwtSecretKey
remoteRef:
key: "magicleaps-prod-jwt-secret-key"
2025-08-22 04:04:36 +00:00
type: Secret
- key: mongodbUri
remoteRef:
key: "magicleaps-prod-mongodb-uri"
2025-08-22 04:04:36 +00:00
type: Secret
vpa:
minAllowed:
enabled: false
cpu: 200m
memory: 128Mi
maxAllowed:
enabled: true
cpu: 200m
memory: 512Mi
controlledResources:
- cpu
- memory