ci(bump): bump central-storage image version for alpha to snapshot-0a7c742

This commit is contained in:
freeleaps-gitops-bot 2025-02-22 12:13:53 +00:00
parent 934b1f4230
commit e905ec6291

View File

@ -5,10 +5,10 @@ global:
central-storage: central-storage:
replicas: 1 replicas: 1
image: image:
registry: registry: docker.io
repository: freeleaps repository: null
name: central_storage name: central_storage
tag: 1.0.0 tag: snapshot-0a7c742
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -16,25 +16,23 @@ central-storage:
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: "0.5" cpu: '0.5'
memory: "512Mi" memory: 512Mi
limits: limits:
cpu: "1" cpu: '1'
memory: "1Gi" memory: 1Gi
# FIXME: Wait until the developers implements the probes APIs
probes: {} probes: {}
services: services:
- name: central-storage-service - name: central-storage-service
type: ClusterIP type: ClusterIP
port: 8005 port: 8005
targetPort: 8005 targetPort: 8005
# Defaults to {}, which means doesn't have any ingress
ingresses: ingresses:
- name: central-storage-ingress - name: central-storage-ingress
host: alpha.central-storage.freeleaps.mathmast.com host: alpha.central-storage.freeleaps.mathmast.com
class: nginx class: nginx
rules: rules:
- path: "/*" - path: /*
pathType: ImplementationSpecific pathType: ImplementationSpecific
backend: backend:
service: service:
@ -48,21 +46,12 @@ central-storage:
kind: ClusterIssuer kind: ClusterIssuer
name: alpha.central-storage.freeleaps.mathmast.com-cert name: alpha.central-storage.freeleaps.mathmast.com-cert
configs: configs:
# TZ tz: America/Settle
tz: "America/Settle" appName: central_storage
# APP_NAME serviceApiAccessHost: 0.0.0.0
appName: "central_storage" serviceApiAccessPort: '8005'
# SERVICE_API_ACCESS_HOST mongodbName: freeleaps2
serviceApiAccessHost: "0.0.0.0" mongodbPort: '27017'
# SERVICE_API_ACCESS_PORT mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
serviceApiAccessPort: "8005" azureStorageDocumentApiKey: xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ==
# MONGODB_NAME azureStorageDocumentApiEndpoint: https://freeleaps1document.blob.core.windows.net/
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/"