diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index b88ea2ec..b527ab54 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -15,7 +15,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-2234571 + tag: snapshot-b9f275c imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index bcfe86f6..4de1f39b 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -15,7 +15,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-2234571 + tag: snapshot-b9f275c imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index a1cc7151..1b6f113c 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -15,7 +15,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-2234571 + tag: snapshot-b9f275c imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/devops/values.alpha.yaml b/freeleaps/helm-pkg/devops/values.alpha.yaml index 50dae1de..f4037bf4 100644 --- a/freeleaps/helm-pkg/devops/values.alpha.yaml +++ b/freeleaps/helm-pkg/devops/values.alpha.yaml @@ -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 diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index e270c3ab..34709947 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -15,7 +15,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-2234571 + tag: snapshot-b9f275c imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index 4a700eb4..3bbfbd7a 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -15,7 +15,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-2234571 + tag: snapshot-b9f275c imagePullPolicy: IfNotPresent ports: - name: http