5 Commits

Author SHA1 Message Date
Valeriy Petrov 558f955af0 fix: dev.sovamed.ru hosts for remote test contour
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 14:53:20 +03:00
Valeriy Petrov 6f2ec4f944 issues/27: adminpanel test image v1.0.11-test
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 15:28:15 +03:00
Valeriy Petrov 8a9a96d8bc issues/27: sync test contour image tags from test branch CI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 15:23:57 +03:00
Valeriy Petrov b16e3eaace issues/27: ArgoCD tracks prod branch; test apps use test branch
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 15:09:48 +03:00
Valeriy Petrov a99498db80 issues/27: ArgoCD test apps track sova-deploy test branch
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 14:46:09 +03:00
9 changed files with 21 additions and 28 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
ingress: ingress:
host: admin.test.sova.local host: adm.dev.sovamed.ru
runtimeEnv: env:
API_BASE_URL: http://api.test.sova.local API_BASE_URL: https://api.dev.sovamed.ru
image: image:
tag: adminpanel-v1.0.4-test tag: adminpanel-v1.0.10-test
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: git.sova.local/sova/adminpanel repository: git.sova.local/sova/adminpanel
imagePullSecrets: imagePullSecrets:
+4 -4
View File
@@ -1,11 +1,11 @@
ingress: ingress:
host: api.test.sova.local host: api.dev.sovamed.ru
image: image:
tag: backend-v1.0.4-test tag: backend-v1.0.10-test
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: git.sova.local/sova/backend repository: git.sova.local/sova/backend
imagePullSecrets: imagePullSecrets:
- name: gitea-registry - name: gitea-registry
env: env:
API_PUBLIC_URL: http://api.test.sova.local API_PUBLIC_URL: https://api.dev.sovamed.ru
API_BASE_URL: http://api.test.sova.local API_BASE_URL: https://api.dev.sovamed.ru
+2 -2
View File
@@ -1,7 +1,7 @@
ingress: ingress:
host: cabinet.test.sova.local host: cabinet.dev.sovamed.ru
image: image:
tag: cabinet-v1.0.3-test tag: cabinet-v1.0.10-test
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: git.sova.local/sova/cabinet repository: git.sova.local/sova/cabinet
imagePullSecrets: imagePullSecrets:
+2 -2
View File
@@ -1,7 +1,7 @@
ingress: ingress:
host: docs.test.sova.local host: docs.dev.sovamed.ru
image: image:
tag: docs-v1.0.8-test tag: docs-v1.0.10-test
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: git.sova.local/sova/docs repository: git.sova.local/sova/docs
imagePullSecrets: imagePullSecrets:
+1 -1
View File
@@ -7,7 +7,7 @@ spec:
project: default project: default
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: prod
path: argocd/apps path: argocd/apps
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
+1 -1
View File
@@ -7,7 +7,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: prod
path: apps/redmine path: apps/redmine
helm: helm:
valueFiles: valueFiles:
+1 -1
View File
@@ -7,7 +7,7 @@ spec:
project: default project: default
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: prod
path: argocd/projects path: argocd/projects
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
+6 -6
View File
@@ -7,7 +7,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: test
path: data/test path: data/test
helm: helm:
valueFiles: valueFiles:
@@ -31,7 +31,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-mocks.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-mocks.git
targetRevision: main targetRevision: prod
path: charts/mocks path: charts/mocks
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
@@ -52,7 +52,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: test
path: apps/backend path: apps/backend
helm: helm:
valueFiles: valueFiles:
@@ -77,7 +77,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: test
path: apps/adminpanel path: apps/adminpanel
helm: helm:
valueFiles: valueFiles:
@@ -102,7 +102,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: test
path: apps/docs path: apps/docs
helm: helm:
valueFiles: valueFiles:
@@ -127,7 +127,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: test
path: apps/cabinet path: apps/cabinet
helm: helm:
valueFiles: valueFiles:
-7
View File
@@ -1,7 +0,0 @@
# Autotesting (issues/27-test)
Pre-deploy tests run in app repos on tags `*-test` and `*-stage` only.
Post-deploy E2E: repository `sova/sova-e2e`, workflow `e2e-tests.yml` after Argo CD sync.
See `sova/docs` → [Автотестирование](http://git.sova.local:30300/sova/docs/src/branch/issues/27-test/infrastructure/autotesting).