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