From 255d4612eba816d5fb6778689c95fb193a49f7dd Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Jun 2026 15:04:28 +0500 Subject: [PATCH 1/3] ++ --- apps/mapper/brusnika-stage/helmrelease.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/mapper/brusnika-stage/helmrelease.yaml b/apps/mapper/brusnika-stage/helmrelease.yaml index 1388609..b449254 100644 --- a/apps/mapper/brusnika-stage/helmrelease.yaml +++ b/apps/mapper/brusnika-stage/helmrelease.yaml @@ -59,11 +59,11 @@ spec: readiness: enabled: false - image: - name: - _default: cr.yandex/crp3ccidau046kdj8g9q/mapper:prod_b0d05a34 - pullPolicy: - _default: IfNotPresent + image: + name: + _default: cr.yandex/crp3ccidau046kdj8g9q/mapper:prod_b0d05a34 + pullPolicy: + _default: IfNotPresent service: enabled: true From a8e06f64767b47f5a2bb7ac003ba9ea3bfb8cbf9 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Jun 2026 15:05:22 +0500 Subject: [PATCH 2/3] ++ --- apps/mapper/brusnika-stage/helmrelease.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mapper/brusnika-stage/helmrelease.yaml b/apps/mapper/brusnika-stage/helmrelease.yaml index b449254..9e25db1 100644 --- a/apps/mapper/brusnika-stage/helmrelease.yaml +++ b/apps/mapper/brusnika-stage/helmrelease.yaml @@ -116,6 +116,7 @@ spec: preprod: "120" production: "120" + commitSha: "" gitlabUri: "" gitlabJobUrl: "" From b0fc1791ff3aab9bf6b03b3df17c5c1d54bfe48a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Jun 2026 15:08:54 +0500 Subject: [PATCH 3/3] ++ --- apps/mapper/brusnika-stage/helmrelease.yaml | 104 +++++++++++--------- 1 file changed, 58 insertions(+), 46 deletions(-) diff --git a/apps/mapper/brusnika-stage/helmrelease.yaml b/apps/mapper/brusnika-stage/helmrelease.yaml index 9e25db1..f5ed342 100644 --- a/apps/mapper/brusnika-stage/helmrelease.yaml +++ b/apps/mapper/brusnika-stage/helmrelease.yaml @@ -2,10 +2,11 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: mapper - namespace: mapper + spec: interval: 10m + chart: spec: chart: universal-chart @@ -15,69 +16,84 @@ spec: name: yc-oci-charts namespace: flux-system interval: 10m + install: remediation: retries: 3 + upgrade: remediation: retries: 3 + values: global: env: _default + services: backend: enabled: true - deployment: - enabled: true - name: - _default: backend - stage: mapper-backend - preprod: backend - production: backend - replicaCount: - _default: 1 - stage: 1 - preprod: 3 - production: 3 - port: - _default: 8000 - resources: - limits: - cpu: - _default: "2.0" - memory: - _default: 512Mi - requests: - cpu: - _default: "1.0" - memory: - _default: 128Mi - probes: - liveness: - enabled: false - readiness: - enabled: false - image: name: _default: cr.yandex/crp3ccidau046kdj8g9q/mapper:prod_b0d05a34 pullPolicy: _default: IfNotPresent + deployment: + enabled: true + + name: + _default: backend + stage: mapper-backend + preprod: backend + production: backend + + replicaCount: + _default: 1 + stage: 1 + preprod: 3 + production: 3 + + port: + _default: 8000 + + resources: + limits: + cpu: + _default: "2.0" + memory: + _default: 512Mi + + requests: + cpu: + _default: "1.0" + memory: + _default: 128Mi + + probes: + liveness: + enabled: false + readiness: + enabled: false + service: enabled: true + name: _default: backend-service stage: mapper-backend-service preprod: backend-service production: backend-service + type: _default: ClusterIP + port: _default: 8000 + targetPort: _default: 8000 + portName: _default: http @@ -93,33 +109,29 @@ spec: envs: - name: DOCUMENTATION_HOST value: - _default: https://https://test.sarex.brusnika.tech//documentations/api/v1 + _default: https://test.sarex.brusnika.tech/documentations/api/v1 + - name: FLOW_HOST value: - _default: https://https://test.sarex.brusnika.tech//flows/api/v1 + _default: https://test.sarex.brusnika.tech/flows/api/v1 + - name: DJANGO_HOST value: - _default: https://https://test.sarex.brusnika.tech//api + _default: https://test.sarex.brusnika.tech/api + - name: NOTE_HOST value: - _default: https://https://test.sarex.brusnika.tech//notes/api/v1 + _default: https://test.sarex.brusnika.tech/notes/api/v1 + - name: REDIS_USE value: _default: "0" - stage: "0" - preprod: "0" - production: "0" + - name: TIMEOUT value: _default: "120" - stage: "120" - preprod: "120" - production: "120" - commitSha: "" gitlabUri: "" gitlabJobUrl: "" - owner: "" - - + owner: "" \ No newline at end of file