From e905ec6291b07530642767f7869daeb7e5ec3338 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Sat, 22 Feb 2025 12:13:53 +0000 Subject: [PATCH] ci(bump): bump central-storage image version for alpha to snapshot-0a7c742 --- .../central-storage/values.alpha.yaml | 93 ++++++++----------- 1 file changed, 41 insertions(+), 52 deletions(-) diff --git a/freeleaps/helm-pkg/central-storage/values.alpha.yaml b/freeleaps/helm-pkg/central-storage/values.alpha.yaml index f82cd3a0..c5145e1b 100644 --- a/freeleaps/helm-pkg/central-storage/values.alpha.yaml +++ b/freeleaps/helm-pkg/central-storage/values.alpha.yaml @@ -5,64 +5,53 @@ global: central-storage: replicas: 1 image: - registry: - repository: freeleaps + registry: docker.io + repository: null name: central_storage - tag: 1.0.0 + tag: snapshot-0a7c742 imagePullPolicy: IfNotPresent ports: - - name: http - containerPort: 8005 - protocol: TCP + - name: http + containerPort: 8005 + 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: central-storage-service - type: ClusterIP - port: 8005 - targetPort: 8005 - # Defaults to {}, which means doesn't have any ingress - ingresses: - - name: central-storage-ingress - host: alpha.central-storage.freeleaps.mathmast.com - class: nginx - rules: - - path: "/*" - pathType: ImplementationSpecific - 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 + - 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: ImplementationSpecific + 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 - tz: "America/Settle" - # APP_NAME - appName: "central_storage" - # SERVICE_API_ACCESS_HOST - serviceApiAccessHost: "0.0.0.0" - # SERVICE_API_ACCESS_PORT - serviceApiAccessPort: "8005" - # MONGODB_NAME - mongodbName: "freeleaps2" - # MONGODB_PORT - mongodbPort: "27017" - # MONGODB_URI - mongodbUri: "mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/" - # AZURE_STORAGE_DOCUMENT_API_KEY - azureStorageDocumentApiKey: "xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ==" - # AZURE_STORAGE_DOCUMENT_API_ENDPOINT - azureStorageDocumentApiEndpoint: "https://freeleaps1document.blob.core.windows.net/" + tz: America/Settle + appName: central_storage + serviceApiAccessHost: 0.0.0.0 + serviceApiAccessPort: '8005' + mongodbName: freeleaps2 + mongodbPort: '27017' + mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ + azureStorageDocumentApiKey: xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ== + azureStorageDocumentApiEndpoint: https://freeleaps1document.blob.core.windows.net/