58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
global:
|
|
registry: docker.io
|
|
repository: freeleaps
|
|
nodeSelector: {}
|
|
centralStorage:
|
|
replicas: 1
|
|
image:
|
|
registry: docker.io
|
|
repository: null
|
|
name: central_storage
|
|
tag: snapshot-da584b8
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- name: http
|
|
containerPort: 8005
|
|
protocol: TCP
|
|
resources:
|
|
requests:
|
|
cpu: '100m'
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: '200m'
|
|
memory: 256Mi
|
|
probes: {}
|
|
services:
|
|
- 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: Prefix
|
|
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: UTC
|
|
appName: central_storage
|
|
serviceApiAccessHost: 0.0.0.0
|
|
serviceApiAccessPort: 8005
|
|
mongodbName: freeleaps2
|
|
mongodbPort: 27017
|
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
|
azureStorageDocumentApiKey: xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ==
|
|
azureStorageDocumentApiEndpoint: https://freeleaps1document.blob.core.windows.net/
|