From e08ab62a32aa323c42820f015bced72a005e1316 Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Fri, 17 Oct 2025 08:13:54 -0500 Subject: [PATCH] chart and ci tweaks --- .gitlab-ci.yml | 12 ------------ helm/warehouse13/values.yaml | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e253ec8..37658d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,19 +1,7 @@ stages: - - test - build - deploy -# Test stage -test: - stage: test - allow_failure: true - image: containers.global.bsf.tools/node:20.11-alpine3.19 - script: - - cd frontend - - npm config set registry https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/ - - npm config set strict-ssl false - - npm config fix - - npm install build_container: stage: build diff --git a/helm/warehouse13/values.yaml b/helm/warehouse13/values.yaml index cac5f04..290f29b 100644 --- a/helm/warehouse13/values.yaml +++ b/helm/warehouse13/values.yaml @@ -23,7 +23,7 @@ postgres: storageClass: "" resources: requests: - memory: "256Mi" + memory: "512Mi" cpu: "250m" limits: memory: "512Mi" @@ -48,7 +48,7 @@ minio: storageClass: "" resources: requests: - memory: "512Mi" + memory: "1Gi" cpu: "250m" limits: memory: "1Gi" @@ -75,7 +75,7 @@ app: minioEndpoint: "warehouse13-minio:9000" resources: requests: - memory: "384Mi" + memory: "768Mi" cpu: "350m" limits: memory: "768Mi" @@ -96,20 +96,20 @@ app: # Ingress ingress: - enabled: false + enabled: true className: "nginx" annotations: - # cert-manager.io/cluster-issuer: "letsencrypt-prod" + cert-manager.io/cluster-issuer: "letsencrypt" hosts: - - host: warehouse13.example.com + - host: warehouse13.common.global.bsf.tools paths: - path: / pathType: Prefix backend: app # All traffic goes to unified app (serves both API and frontend) - tls: [] - # - secretName: warehouse13-tls - # hosts: - # - warehouse13.example.com + tls: + - secretName: warehouse13-tls + hosts: + - warehouse13.common.global.bsf.tools # Service Account serviceAccount: