global: registry: docker.io repository: freeleaps nodeSelector: {} dashboard: enabled: false 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: '50m' memory: 64Mi limits: cpu: '200m' memory: 128Mi probes: 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 services: - name: central-storage-service type: ClusterIP port: 8005 targetPort: 8005 serviceMonitor: enabled: false 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/ metricsEnabled: "false" probesEnabled: "true"