global: registry: docker.io repository: freeleaps environment: alpha nodeSelector: {} dashboard: enabled: false logIngest: enabled: true lokiEndpoint: http://loki-gateway.freeleaps-logging-system logPathPattern: /app/log/freeleaps/*.log logPath: /app/log/freeleaps freeleaps: replicas: 1 image: registry: docker.io repository: null name: backend tag: snapshot-382a890 imagePullPolicy: IfNotPresent ports: - name: http containerPort: 8001 protocol: TCP resources: requests: cpu: 200m memory: 128Mi limits: cpu: 300m memory: 256Mi probes: {} services: - name: freeleaps-service type: ClusterIP port: 8001 targetPort: 8001 serviceMonitor: enabled: false ingresses: - name: freeleaps-ingress host: api.freeleaps-alpha.com class: nginx rules: - path: / pathType: Prefix backend: service: name: freeleaps-service port: number: 8001 tls: exists: false issuerRef: name: freeleaps-alpha-dot-com kind: ClusterIssuer name: api.freeleaps-alpha.com-cert configs: tz: UTC appName: freeleaps serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8001 mongodbName: freeleaps2 mongodbPort: 27017 emailFrom: freeleaps@freeleaps.com siteUrlRoot: https://freeleaps-alpha.com jwtAlgorithm: HS256 rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster rabbitmqPort: 5672 rabbitmqUsername: user freeleapsDevsvcEndpoint: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/ freeleapsContentEndpoint: http://content-service.freeleaps-alpha.svc.freeleaps.cluster:8013/api/content/ freeleapsCentralStorageEndpoint: http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005/api/central_storage/ freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012/api/chat/ freeleapsPaymentEndpoint: http://payment-service.freeleaps-alpha.svc.freeleaps.cluster:8006/api/payment/ freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-alpha.svc.freeleaps.cluster:8004/api/auth/ freeleapsNotificationEndpoint: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/ freeleapsDevopsEndpoint: http://devops-service.freeleaps-alpha.svc.freeleaps.cluster:8014/api freeleapsDeploymentEndpoint: http://devops-service.freeleaps-alpha.svc.freeleaps.cluster:8014 freeleapsMetricsEndpoint: http://metrics-service.freeleaps-alpha.svc.freeleaps.cluster:8009/api freeleapsAilabEndpoint: '' appEnv: alpha redisIsCluster: 'false' metricsEnabled: 'false' probesEnabled: 'true' giteaEndpoint: https://alpha.gitea.freeleaps.mathmast.com/ secrets: secretStoreRef: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: name: freeleaps-freeleaps-alpha-secrets creationPolicy: Owner refreshInterval: 30s data: - key: mongodbUri remoteRef: key: freeleaps-alpha-mongodb-uri type: Secret - key: jwtSecretKey remoteRef: key: freeleaps-alpha-jwt-secret-key type: Secret - key: stripeApiKey remoteRef: key: freeleaps-alpha-stripe-api-key type: Secret - key: stripeWebhookSecret remoteRef: key: freeleaps-alpha-stripe-webhook-secret type: Secret - key: stripeAccountWebhookSecret remoteRef: key: freeleaps-alpha-stripe-account-webhook-secret type: Secret - key: stripeSubscriptionWebhookSecret remoteRef: key: freeleaps-alpha-stripe-subscription-webhook-secret type: Secret - key: rabbitmqPassword remoteRef: key: freeleaps-alpha-rabbitmq-password type: Secret - key: redisUrl remoteRef: key: freeleaps-alpha-redis-url type: Secret - key: giteaApiKey remoteRef: key: freeleaps-alpha-gitea-api-key type: Secret vpa: minAllowed: enabled: false cpu: 100m memory: 64Mi maxAllowed: enabled: true cpu: 200m memory: 256Mi controlledResources: - cpu - memory