diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 3b695d3e..94b38b41 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -5,30 +5,28 @@ global: chat: replicas: 1 image: - registry: - repository: freeleaps + registry: docker.io + repository: null name: chat - tag: 1.0.0 + tag: snapshot-be5098b imagePullPolicy: IfNotPresent ports: - - name: http - containerPort: 8012 - protocol: TCP + - name: http + containerPort: 8012 + protocol: TCP resources: requests: - cpu: "0.5" - memory: "512Mi" + cpu: '0.5' + memory: 512Mi limits: - cpu: "1" - memory: "1Gi" - # FIXME: Wait until the developers implements the probes APIs + cpu: '1' + memory: 1Gi probes: {} services: - - name: chat-service - type: ClusterIP - port: 8012 - targetPort: 8012 - # Defaults to {}, which means doesn't have any ingress + - name: chat-service + type: ClusterIP + port: 8012 + targetPort: 8012 ingresses: - name: chat-ingress host: alpha.chat.freeleaps.mathmast.com @@ -48,30 +46,30 @@ chat: kind: ClusterIssuer name: alpha.chat.freeleaps.mathmast.com-cert configs: - tz: "UTC" - appName: "chat" - serviceApiAccessHost: "0.0.0.0" + tz: UTC + appName: chat + serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8012 mongodbName: freeleaps2 mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster mongodbPort: 27017 - emailFrom: "freeleaps@freeleaps.com" - siteUrlRoot: "https://alpha.freeleaps.mathmast.com" + emailFrom: freeleaps@freeleaps.com + siteUrlRoot: https://alpha.freeleaps.mathmast.com jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b jwtAlgorithm: HS256 stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd - stripeWebhookSecret: "" - stripeAccountWebhookSecret: "" + stripeWebhookSecret: '' + stripeAccountWebhookSecret: '' rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster rabbitmqPort: 5672 rabbitmqUsername: user rabbitmqPassword: 9dPrkjD8KENevfjT - freeleapsDevsvcEndpoint: "https://alpha.devsvc.freeleaps.mathmast.com" - freeleapsContentEndpoint: "https://alpha.content.freeleaps.mathmast.com" - freeleapsCentralStorageEndpoint: "https://alpha.central-storage.freeleaps.mathmast.com" - freeleapsChatEndpoint: "https://alpha.chat.freeleaps.mathmast.com" - freeleapsPaymentEndpoint: "https://alpha.payment.freeleaps.mathmast.com" - freeleapsAilabEndpoint: "" - freeleapsEnv: "alpha" - certPath: "" \ No newline at end of file + freeleapsDevsvcEndpoint: https://alpha.devsvc.freeleaps.mathmast.com + freeleapsContentEndpoint: https://alpha.content.freeleaps.mathmast.com + freeleapsCentralStorageEndpoint: https://alpha.central-storage.freeleaps.mathmast.com + freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com + freeleapsPaymentEndpoint: https://alpha.payment.freeleaps.mathmast.com + freeleapsAilabEndpoint: '' + freeleapsEnv: alpha + certPath: '' diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 0ca6debf..319eba4c 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -5,30 +5,28 @@ global: freeleaps: replicas: 1 image: - registry: - repository: freeleaps - name: freeleaps - tag: 1.0.0 + registry: docker.io + repository: null + name: backend + tag: snapshot-be5098b imagePullPolicy: IfNotPresent ports: - - name: http - containerPort: 8001 - protocol: TCP + - name: http + containerPort: 8001 + protocol: TCP resources: requests: - cpu: "0.5" - memory: "512Mi" + cpu: '0.5' + memory: 512Mi limits: - cpu: "1" - memory: "1Gi" - # FIXME: Wait until the developers implements the probes APIs + cpu: '1' + memory: 1Gi probes: {} services: - - name: freeleaps-service - type: ClusterIP - port: 8001 - targetPort: 8001 - # Defaults to {}, which means doesn't have any ingress + - name: freeleaps-service + type: ClusterIP + port: 8001 + targetPort: 8001 ingresses: - name: freeleaps-ingress host: alpha.api.freeleaps.mathmast.com @@ -48,30 +46,30 @@ freeleaps: kind: ClusterIssuer name: alpha.api.freeleaps.mathmast.com-cert configs: - tz: "UTC" - appName: "freeleaps" - serviceApiAccessHost: "0.0.0.0" + tz: UTC + appName: freeleaps + serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8001 mongodbName: freeleaps2 mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster mongodbPort: 27017 - emailFrom: "freeleaps@freeleaps.com" - siteUrlRoot: "https://alpha.freeleaps.mathmast.com" + emailFrom: freeleaps@freeleaps.com + siteUrlRoot: https://alpha.freeleaps.mathmast.com jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b jwtAlgorithm: HS256 stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd - stripeWebhookSecret: "" - stripeAccountWebhookSecret: "" + stripeWebhookSecret: '' + stripeAccountWebhookSecret: '' rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster rabbitmqPort: 5672 rabbitmqUsername: user rabbitmqPassword: 9dPrkjD8KENevfjT - freeleapsDevsvcEndpoint: "https://alpha.devsvc.freeleaps.mathmast.com" - freeleapsContentEndpoint: "https://alpha.content.freeleaps.mathmast.com" - freeleapsCentralStorageEndpoint: "https://alpha.central-storage.freeleaps.mathmast.com" - freeleapsChatEndpoint: "https://alpha.chat.freeleaps.mathmast.com" - freeleapsPaymentEndpoint: "https://alpha.payment.freeleaps.mathmast.com" - freeleapsAilabEndpoint: "" - freeleapsEnv: "alpha" - certPath: "" \ No newline at end of file + freeleapsDevsvcEndpoint: https://alpha.devsvc.freeleaps.mathmast.com + freeleapsContentEndpoint: https://alpha.content.freeleaps.mathmast.com + freeleapsCentralStorageEndpoint: https://alpha.central-storage.freeleaps.mathmast.com + freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com + freeleapsPaymentEndpoint: https://alpha.payment.freeleaps.mathmast.com + freeleapsAilabEndpoint: '' + freeleapsEnv: alpha + certPath: ''