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

This commit is contained in:
freeleaps-gitops-bot 2025-02-22 12:06:10 +00:00
parent c8146e8f21
commit 934b1f4230

View File

@ -5,10 +5,10 @@ global:
authentication: authentication:
replicas: 1 replicas: 1
image: image:
registry: registry: docker.io
repository: freeleaps repository: null
name: authentication name: authentication
tag: 1.0.0 tag: snapshot-0a7c742
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -16,25 +16,23 @@ authentication:
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: authentication-service - name: authentication-service
type: ClusterIP type: ClusterIP
port: 8004 port: 8004
targetPort: 8004 targetPort: 8004
# Defaults to {}, which means doesn't have any ingress
ingresses: ingresses:
- name: authentication-ingress - name: authentication-ingress
host: alpha.authentication.freeleaps.mathmast.com host: alpha.authentication.freeleaps.mathmast.com
class: nginx class: nginx
rules: rules:
- path: "/*" - path: /*
pathType: ImplementationSpecific pathType: ImplementationSpecific
backend: backend:
service: service:
@ -48,25 +46,14 @@ authentication:
kind: ClusterIssuer kind: ClusterIssuer
name: alpha.authentication.freeleaps.mathmast.com-cert name: alpha.authentication.freeleaps.mathmast.com-cert
configs: configs:
# TZ tz: America/Settle
tz: "America/Settle" appName: authentication
# APP_NAME devsvcWebapiUrlBase: http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc
appName: "authentication" notificationWebapiUrlBase: http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification
# DEVSVC_WEBAPI_URL_BASE jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
devsvcWebapiUrlBase: "http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc" jwtAlgorithm: HS256
# NOTIFICATION_WEBAPI_URL_BASE serviceApiAccessHost: 0.0.0.0
notificationWebapiUrlBase: "http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification" serviceApiAccessPort: '8004'
# JWT_SECRET_KEY mongodbName: freeleaps2
jwtSecretKey: "8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b" mongodbPort: '27017'
# JWT_ALGORITHM mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
jwtAlgorithm: "HS256"
# SERVICE_API_ACCESS_HOST
serviceApiAccessHost: "0.0.0.0"
# SERVICE_API_ACCESS_PORT
serviceApiAccessPort: "8004"
# MONGODB_NAME
mongodbName: "freeleaps2"
# MONGODB_PORT
mongodbPort: "27017"
# MONGODB_URI
mongodbUri: "mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/"