Merge branch 'master' into Nicolas_local_ops

This commit is contained in:
Nicolas 2025-07-24 07:57:19 +00:00
commit db1301d821
6 changed files with 49 additions and 64 deletions

View File

@ -15,7 +15,7 @@ authentication:
registry: docker.io
repository: null
name: authentication
tag: snapshot-2234571
tag: snapshot-b9f275c
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@ -15,7 +15,7 @@ centralStorage:
registry: docker.io
repository: null
name: central_storage
tag: snapshot-2234571
tag: snapshot-b9f275c
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@ -15,7 +15,7 @@ content:
registry: docker.io
repository: null
name: content
tag: snapshot-2234571
tag: snapshot-b9f275c
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@ -7,73 +7,58 @@ logIngest:
devops:
replicas: 1
image:
registry:
repository: freeleaps
registry: docker.io
repository: null
name: devops
tag: 1.0.0
tag: snapshot-b9f275c
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8014
protocol: TCP
- name: http
containerPort: 8014
protocol: TCP
resources:
requests:
cpu: "0.1"
memory: "64Mi"
cpu: '0.1'
memory: 64Mi
limits:
cpu: "0.2"
memory: "128Mi"
# FIXME: Wait until the developers implements the probes APIs
cpu: '0.2'
memory: 128Mi
probes: {}
services:
- name: devops-service
type: ClusterIP
port: 8014
targetPort: 8014
serviceMonitor:
enabled: false
labels:
release: kube-prometheus-stack
namespace: freeleaps-monitoring-system
interval: 30s
scrapeTimeout: ""
# Defaults to {}, which means doesn't have any ingress
- name: devops-service
type: ClusterIP
port: 8014
targetPort: 8014
serviceMonitor:
enabled: false
labels:
release: kube-prometheus-stack
namespace: freeleaps-monitoring-system
interval: 30s
scrapeTimeout: ''
ingresses: {}
configs:
# Basic configuration
tz: "UTC"
appName: "devops"
# JWT configuration
jwtSecretKey: ""
jwtAlgorithm: "HS256"
accessTokenExpireMinutes: "3600"
refreshTokenExpireDays: "1"
# MongoDB configuration
mongodbName: ""
mongodbPort: "27017"
mongodbUri: ""
# Feature switches
metricsEnabled: "false"
probesEnabled: "true"
# External service URLs
baseGiteaUrl: "https://gitea.freeleaps.mathmast.com"
baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com"
baseLokiUrl: "http://loki-gateway.freeleaps-logging-system"
# Log configuration
logBasePath: "/app/log"
logRetention: "30 days"
logRotation: "00:00"
logBackupFiles: "5"
logRotationBytes: "10485760"
# Mock mode configuration
mockMode: "false"
mockResponseDelay: "1000"
tz: UTC
appName: devops
jwtSecretKey: ''
jwtAlgorithm: HS256
accessTokenExpireMinutes: '3600'
refreshTokenExpireDays: '1'
mongodbName: ''
mongodbPort: '27017'
mongodbUri: ''
metricsEnabled: 'false'
probesEnabled: 'true'
baseGiteaUrl: https://gitea.freeleaps.mathmast.com
baseReconcileUrl: https://reconcile.freeleaps.mathmast.com
baseLokiUrl: http://loki-gateway.freeleaps-logging-system
logBasePath: /app/log
logRetention: 30 days
logRotation: 00:00
logBackupFiles: '5'
logRotationBytes: '10485760'
mockMode: 'false'
mockResponseDelay: '1000'
vpa:
minAllowed:
enabled: false
@ -84,5 +69,5 @@ devops:
cpu: 100m
memory: 128Mi
controlledResources:
- cpu
- memory
- cpu
- memory

View File

@ -15,7 +15,7 @@ notification:
registry: docker.io
repository: null
name: notification
tag: snapshot-2234571
tag: snapshot-b9f275c
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@ -15,7 +15,7 @@ payment:
registry: docker.io
repository: null
name: payment
tag: snapshot-2234571
tag: snapshot-b9f275c
imagePullPolicy: IfNotPresent
ports:
- name: http