2025-03-06 07:11:35 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-17 16:22:06 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: true
|
|
|
|
|
name: freeleaps-prod-content-dashboard
|
|
|
|
|
title: Content Service Dashboard (PROD)
|
|
|
|
|
metricsPrefix: freeleaps_content
|
2025-09-23 09:38:06 +00:00
|
|
|
logIngest:
|
|
|
|
|
enabled: true
|
|
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
|
|
|
logPathPattern: /app/log/content/*.log
|
|
|
|
|
logPath: /app/log/content
|
2025-03-06 07:11:35 +00:00
|
|
|
content:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
|
|
|
|
name: content
|
2025-09-25 14:55:47 +00:00
|
|
|
tag: 1.11.0
|
2025-03-06 07:11:35 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
containerPort: 8013
|
|
|
|
|
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-15 07:19:16 +00:00
|
|
|
memory: 512Mi
|
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: 8013
|
|
|
|
|
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: 8013
|
|
|
|
|
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: content-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8013
|
|
|
|
|
targetPort: 8013
|
2025-03-17 15:40:13 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: true
|
|
|
|
|
labels:
|
|
|
|
|
release: kube-prometheus-stack
|
|
|
|
|
namespace: freeleaps-monitoring-system
|
|
|
|
|
internal: 30s
|
2025-04-18 05:09:13 +00:00
|
|
|
scrapeTimeout: ''
|
2025-03-06 07:11:35 +00:00
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
|
|
|
|
tz: UTC
|
|
|
|
|
appName: content
|
2025-09-23 10:32:42 +00:00
|
|
|
appEnv: prod
|
2025-03-06 07:11:35 +00:00
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: 8013
|
|
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbPort: 27017
|
|
|
|
|
centralStorageWebapiUrlBase: http://central-storage-service.freeleaps-prod.svc.freeleaps.cluster:8005/api/central_storage
|
2025-04-18 05:09:13 +00:00
|
|
|
metricsEnabled: 'true'
|
|
|
|
|
probesEnabled: 'true'
|
2025-08-18 09:53:35 +00:00
|
|
|
secrets:
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: FreeleapsSecretStore
|
|
|
|
|
name: freeleaps-main-secret-store
|
|
|
|
|
target:
|
2025-09-05 02:26:14 +00:00
|
|
|
name: freeleaps-content-prod-secrets
|
|
|
|
|
creationPolicy: Owner
|
2025-08-18 09:53:35 +00:00
|
|
|
refreshInterval: 30s
|
|
|
|
|
data:
|
2025-09-05 02:26:14 +00:00
|
|
|
- key: mongodbUri
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-mongodb-uri
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: freeleapsWwwAsAzureClientSecret
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-www-as-azure-client-secret
|
|
|
|
|
type: Secret
|
2025-06-10 15:53:31 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: true
|
2025-08-07 01:12:39 +00:00
|
|
|
cpu: 100m
|
|
|
|
|
memory: 64Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
2025-08-07 01:12:39 +00:00
|
|
|
cpu: 200m
|
|
|
|
|
memory: 128Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
controlledResources:
|
2025-08-07 01:12:39 +00:00
|
|
|
- cpu
|
|
|
|
|
- memory
|