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