ci(bump): bump authentication image version for alpha to snapshot-4dfbab4

This commit is contained in:
freeleaps-gitops-bot 2025-03-21 17:16:22 +00:00
parent 31fca018d6
commit 1d41f1ba50

View File

@ -10,7 +10,7 @@ authentication:
registry: docker.io registry: docker.io
repository: null repository: null
name: authentication name: authentication
tag: snapshot-9b42dbf tag: snapshot-4dfbab4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -18,10 +18,10 @@ authentication:
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: '50m' cpu: 50m
memory: 64Mi memory: 64Mi
limits: limits:
cpu: '200m' cpu: 200m
memory: 128Mi memory: 128Mi
probes: probes:
readiness: readiness:
@ -82,5 +82,5 @@ authentication:
mongodbName: freeleaps2 mongodbName: freeleaps2
mongodbPort: 27017 mongodbPort: 27017
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
metricsEnabled: "false" metricsEnabled: 'false'
probesEnabled: "true" probesEnabled: 'true'