2025-02-21 09:59:08 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-21 17:03:59 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: false
|
2025-02-22 16:20:13 +00:00
|
|
|
centralStorage:
|
2025-02-21 09:59:08 +00:00
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-02-22 12:13:53 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-02-21 09:59:08 +00:00
|
|
|
name: central_storage
|
2025-03-30 23:10:26 +00:00
|
|
|
tag: snapshot-7940aa2
|
2025-02-21 09:59:08 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-02-22 12:13:53 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8005
|
|
|
|
|
protocol: TCP
|
2025-02-21 09:59:08 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-03-21 17:21:12 +00:00
|
|
|
cpu: 50m
|
2025-03-08 12:31:11 +00:00
|
|
|
memory: 64Mi
|
|
|
|
|
limits:
|
2025-03-21 17:21:12 +00:00
|
|
|
cpu: 200m
|
2025-03-05 09:08:45 +00:00
|
|
|
memory: 128Mi
|
2025-03-21 17:21:12 +00:00
|
|
|
probes:
|
2025-03-21 17:03:59 +00:00
|
|
|
readiness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/readyz
|
|
|
|
|
port: 8005
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 30
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
liveness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8005
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 15
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
terminationGracePeriodSeconds: 30
|
2025-02-21 09:59:08 +00:00
|
|
|
services:
|
2025-02-22 12:13:53 +00:00
|
|
|
- name: central-storage-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8005
|
|
|
|
|
targetPort: 8005
|
2025-03-21 17:03:59 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
2025-02-22 12:13:53 +00:00
|
|
|
ingresses:
|
|
|
|
|
- name: central-storage-ingress
|
|
|
|
|
host: alpha.central-storage.freeleaps.mathmast.com
|
|
|
|
|
class: nginx
|
|
|
|
|
rules:
|
2025-02-22 17:18:24 +00:00
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
2025-02-22 12:13:53 +00:00
|
|
|
backend:
|
|
|
|
|
service:
|
|
|
|
|
name: central-storage-service
|
|
|
|
|
port:
|
|
|
|
|
number: 8005
|
|
|
|
|
tls:
|
|
|
|
|
exists: false
|
|
|
|
|
issuerRef:
|
|
|
|
|
name: mathmast-dot-com
|
|
|
|
|
kind: ClusterIssuer
|
|
|
|
|
name: alpha.central-storage.freeleaps.mathmast.com-cert
|
2025-02-21 09:59:08 +00:00
|
|
|
configs:
|
2025-02-22 16:26:06 +00:00
|
|
|
tz: UTC
|
2025-02-22 12:13:53 +00:00
|
|
|
appName: central_storage
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
2025-02-22 16:14:48 +00:00
|
|
|
serviceApiAccessPort: 8005
|
2025-02-22 12:13:53 +00:00
|
|
|
mongodbName: freeleaps2
|
2025-02-22 16:14:48 +00:00
|
|
|
mongodbPort: 27017
|
|
|
|
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
2025-02-22 12:13:53 +00:00
|
|
|
azureStorageDocumentApiKey: xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ==
|
|
|
|
|
azureStorageDocumentApiEndpoint: https://freeleaps1document.blob.core.windows.net/
|
2025-03-21 17:21:12 +00:00
|
|
|
metricsEnabled: 'false'
|
|
|
|
|
probesEnabled: 'true'
|