freeleaps-ops/freeleaps/helm-pkg/central-storage/values.alpha.yaml
2025-02-21 17:59:08 +08:00

69 lines
1.7 KiB
YAML

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
central-storage:
replicas: 1
image:
registry:
repository: freeleaps
name: central_storage
tag: 1.0.0
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8005
protocol: TCP
resources:
requests:
cpu: "0.5"
memory: "512Mi"
limits:
cpu: "1"
memory: "1Gi"
# FIXME: Wait until the developers implements the probes APIs
probes: {}
services:
- name: central-storage-service
type: ClusterIP
port: 8005
targetPort: 8005
# Defaults to {}, which means doesn't have any ingress
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
configs:
# TZ
tz: "America/Settle"
# APP_NAME
appName: "central_storage"
# SERVICE_API_ACCESS_HOST
serviceApiAccessHost: "0.0.0.0"
# SERVICE_API_ACCESS_PORT
serviceApiAccessPort: "8005"
# MONGODB_NAME
mongodbName: "freeleaps2"
# MONGODB_PORT
mongodbPort: "27017"
# MONGODB_URI
mongodbUri: "mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/"
# AZURE_STORAGE_DOCUMENT_API_KEY
azureStorageDocumentApiKey: ""
# AZURE_STORAGE_DOCUMENT_API_ENDPOINT
azureStorageDocumentApiEndpoint: ""