2025-02-21 09:59:08 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
central-storage:
|
|
|
|
|
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-02-22 15:46:37 +00:00
|
|
|
tag: snapshot-da584b8
|
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-02-22 12:13:53 +00:00
|
|
|
cpu: '0.5'
|
|
|
|
|
memory: 512Mi
|
2025-02-21 09:59:08 +00:00
|
|
|
limits:
|
2025-02-22 12:13:53 +00:00
|
|
|
cpu: '1'
|
|
|
|
|
memory: 1Gi
|
2025-02-21 09:59:08 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-02-22 12:13:53 +00:00
|
|
|
- name: central-storage-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8005
|
|
|
|
|
targetPort: 8005
|
|
|
|
|
ingresses:
|
|
|
|
|
- name: central-storage-ingress
|
|
|
|
|
host: alpha.central-storage.freeleaps.mathmast.com
|
|
|
|
|
class: nginx
|
|
|
|
|
rules:
|
|
|
|
|
- path: /*
|
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
|
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 12:13:53 +00:00
|
|
|
tz: America/Settle
|
|
|
|
|
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/
|