freeleaps-ops/magicleaps/helm-pkg/authentication/values.alpha.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-alpha-dashboard
title: MagicLeaps Authentication Service Dashboard (Alpha)
metricsPrefix: magicleaps_authentication
logIngest:
enabled: true
lokiEndpoint: http://loki-gateway.magicleaps-logging-system
logPathPattern: /app/log/authentication/*.log
logPath: /app/log/authentication
authentication:
replicas: 1
image:
registry: docker.io
repository: null
2025-08-22 05:39:32 +00:00
name: authentication
2025-08-22 05:35:12 +00:00
tag: snapshot-c93ce6b
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: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi
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:
- name: magicleaps-authentication-service
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:
- name: magicleaps-authentication-ingress
host: authentication.alpha.magicleaps.mathmast.com
class: nginx
rules:
- path: /
pathType: Prefix
backend:
service:
name: magicleaps-authentication-service
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
name: magicleaps-authentication-alpha-ingress-tls
configs:
tz: America/Settle
appName: magicleaps-authentication
2025-08-22 05:35:12 +00:00
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.cluster:8007/api/devsvc/
2025-08-22 04:04:36 +00:00
notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
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-08-22 05:35:12 +00:00
name: "freeleaps-authentication-alpha-secrets"
2025-08-22 04:04:36 +00:00
creationPolicy: "Owner"
refreshInterval: 30s
data:
- key: jwtSecretKey
remoteRef:
2025-08-22 05:35:12 +00:00
key: "freeleaps-alpha-jwt-secret-key"
2025-08-22 04:04:36 +00:00
type: Secret
- key: mongodbUri
remoteRef:
key: "freeleaps-alpha-mongodb-uri"
type: Secret
vpa:
minAllowed:
enabled: false
cpu: 100m
memory: 64Mi
maxAllowed:
enabled: true
cpu: 100m
memory: 256Mi
controlledResources:
- cpu
- memory