From 6d57f27c2bf22e4ee8c19a63bcb02a4f62305b92 Mon Sep 17 00:00:00 2001 From: Valery Petrov Date: Thu, 28 May 2026 19:19:52 +0300 Subject: [PATCH] issues/27: add values-stage for cabinet and docs --- apps/cabinet/values-stage.yaml | 8 ++++++++ apps/docs/values-stage.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 apps/cabinet/values-stage.yaml create mode 100644 apps/docs/values-stage.yaml diff --git a/apps/cabinet/values-stage.yaml b/apps/cabinet/values-stage.yaml new file mode 100644 index 0000000..88fc66c --- /dev/null +++ b/apps/cabinet/values-stage.yaml @@ -0,0 +1,8 @@ +ingress: + host: cabinet.stage.sova.local +image: + tag: cabinet-v0.0.0-stage + pullPolicy: IfNotPresent + repository: git.sova.local/sova/cabinet +imagePullSecrets: + - name: gitea-registry diff --git a/apps/docs/values-stage.yaml b/apps/docs/values-stage.yaml new file mode 100644 index 0000000..c10f196 --- /dev/null +++ b/apps/docs/values-stage.yaml @@ -0,0 +1,8 @@ +ingress: + host: docs.stage.sova.local +image: + tag: docs-v0.0.0-stage + pullPolicy: IfNotPresent + repository: git.sova.local/sova/docs +imagePullSecrets: + - name: gitea-registry