fix(brusnika-stage): битые внутрикластерные ссылки + чистка мусорных оверлеев
- django/s3-proxy: образ export-project -> s3-proxy:stable - message-hub: backend-service.pm -> backend-svc.pm - processing: documentations-filestream-service -> documentations-filestream - resources: minio-service -> minio-svc - documentations: bim-api-service -> backend-service.bim:8000; inspections-service -> backend-service.inspections:8000; remarks-static-service.remarks -> remarks-static.issues:80 - notes: sarex-* namespace -> реальные, documentations-service -> documentations-api, sarex-processing -> ns workflow / workflows-api-service, BASE_HOST уралхим -> test.sarex.brusnika.tech/notes - подключён inspections в clusters/brusnika-stage/kustomization.yaml - удалены мёртвые копипаст-оверлеи cross-section/faas/prescriptions/comparisons (нигде не подключены, побайтовые копии documentations/drawings) brusnika-prod не трогаем. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
37063d38e1
commit
6efd29da18
@ -1,123 +0,0 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: drawings-api
|
|
||||||
namespace: drawings
|
|
||||||
|
|
||||||
spec:
|
|
||||||
interval: 10m
|
|
||||||
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: universal-chart
|
|
||||||
version: "0.1.7"
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
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
|
|
||||||
|
|
||||||
image:
|
|
||||||
name:
|
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/drawings-api:015e68e1b2a3dcc13f0b405e1f761b154a825d24
|
|
||||||
pullPolicy:
|
|
||||||
_default: IfNotPresent
|
|
||||||
|
|
||||||
deployment:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: drawings-api
|
|
||||||
|
|
||||||
replicaCount:
|
|
||||||
_default: 1
|
|
||||||
stage: 1
|
|
||||||
preprod: 3
|
|
||||||
production: 3
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
service:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: drawings-api-service
|
|
||||||
|
|
||||||
type:
|
|
||||||
_default: ClusterIP
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
targetPort:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
portName:
|
|
||||||
_default: http
|
|
||||||
|
|
||||||
imagePullSecrets:
|
|
||||||
enabled:
|
|
||||||
_default: true
|
|
||||||
name:
|
|
||||||
_default: regcred
|
|
||||||
labels:
|
|
||||||
monitoring: prometheus
|
|
||||||
|
|
||||||
envs:
|
|
||||||
- name: POSTGRES_ADDRESS
|
|
||||||
value:
|
|
||||||
_default: "192.168.2.45:5432"
|
|
||||||
|
|
||||||
- name: POSTGRES_DB
|
|
||||||
value:
|
|
||||||
_default: "drawings"
|
|
||||||
|
|
||||||
- name: POSTGRES_POOL_SIZE
|
|
||||||
value:
|
|
||||||
_default: "3"
|
|
||||||
|
|
||||||
- name: API_ADDRESS
|
|
||||||
value:
|
|
||||||
_default: "0.0.0.0:8080"
|
|
||||||
|
|
||||||
- name: ENABLE_SSL
|
|
||||||
value:
|
|
||||||
_default: "0"
|
|
||||||
secretEnvs:
|
|
||||||
- name: POSTGRES_USER
|
|
||||||
secretName:
|
|
||||||
_default: "postgres-secret"
|
|
||||||
secretKey: "username"
|
|
||||||
|
|
||||||
- name: POSTGRES_PASSWORD
|
|
||||||
secretName:
|
|
||||||
_default: "postgres-secret"
|
|
||||||
secretKey: "password"
|
|
||||||
|
|
||||||
commitSha: ""
|
|
||||||
gitlabUri: ""
|
|
||||||
gitlabJobUrl: ""
|
|
||||||
owner: ""
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: drawings
|
|
||||||
resources:
|
|
||||||
- backend.yaml
|
|
||||||
@ -1,101 +0,0 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: measurements
|
|
||||||
namespace: measurements
|
|
||||||
|
|
||||||
spec:
|
|
||||||
interval: 10m
|
|
||||||
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: universal-chart
|
|
||||||
version: "0.1.7"
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: yc-oci-charts
|
|
||||||
namespace: flux-system
|
|
||||||
interval: 10m
|
|
||||||
|
|
||||||
install:
|
|
||||||
remediation:
|
|
||||||
retries: 3
|
|
||||||
|
|
||||||
upgrade:
|
|
||||||
remediation:
|
|
||||||
retries: 3
|
|
||||||
driftDetection:
|
|
||||||
mode: enabled
|
|
||||||
|
|
||||||
values:
|
|
||||||
global:
|
|
||||||
env: _default
|
|
||||||
|
|
||||||
services:
|
|
||||||
backend:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
image:
|
|
||||||
name:
|
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/documentations:prod_5904312b
|
|
||||||
pullPolicy:
|
|
||||||
_default: IfNotPresent
|
|
||||||
|
|
||||||
deployment:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: measurements
|
|
||||||
|
|
||||||
replicaCount:
|
|
||||||
_default: 1
|
|
||||||
stage: 1
|
|
||||||
preprod: 3
|
|
||||||
production: 3
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8080
|
|
||||||
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
service:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: measurements-service
|
|
||||||
|
|
||||||
type:
|
|
||||||
_default: ClusterIP
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
targetPort:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
portName:
|
|
||||||
_default: http
|
|
||||||
|
|
||||||
imagePullSecrets:
|
|
||||||
enabled:
|
|
||||||
_default: true
|
|
||||||
name:
|
|
||||||
_default: regcred
|
|
||||||
|
|
||||||
|
|
||||||
labels:
|
|
||||||
monitoring: prometheus
|
|
||||||
secretEnvs:
|
|
||||||
- name: S3_JSON_SETTINGS
|
|
||||||
secretName:
|
|
||||||
_default: "s3-json-settings"
|
|
||||||
secretKey: "S3_JSON_SETTINGS"
|
|
||||||
|
|
||||||
commitSha: ""
|
|
||||||
gitlabUri: ""
|
|
||||||
gitlabJobUrl: ""
|
|
||||||
owner: ""
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: measurements
|
|
||||||
resources:
|
|
||||||
- backend.yaml
|
|
||||||
@ -35,7 +35,7 @@ spec:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name:
|
name:
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/export-project:prod_ef8aa756
|
_default: cr.yandex/crp3ccidau046kdj8g9q/s3-proxy:stable
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
_default: IfNotPresent
|
_default: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@ -194,7 +194,7 @@ spec:
|
|||||||
|
|
||||||
- name: BIM_API_URL
|
- name: BIM_API_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://bim-api-service.bim.svc.cluster.local:8080/"
|
_default: "http://backend-service.bim.svc.cluster.local:8000/"
|
||||||
|
|
||||||
- name: BIM_API_V2_URL
|
- name: BIM_API_V2_URL
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -194,7 +194,7 @@ spec:
|
|||||||
|
|
||||||
- name: BIM_API_URL
|
- name: BIM_API_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://bim-api-service.bim.svc.cluster.local:8080/"
|
_default: "http://backend-service.bim.svc.cluster.local:8000/"
|
||||||
|
|
||||||
- name: BIM_API_V2_URL
|
- name: BIM_API_V2_URL
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -208,7 +208,7 @@ spec:
|
|||||||
|
|
||||||
- name: INSPECTIONS_URL
|
- name: INSPECTIONS_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://inspections-service.inspections.svc.cluster.local:80"
|
_default: "http://backend-service.inspections.svc.cluster.local:8000"
|
||||||
|
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value:
|
value:
|
||||||
@ -248,7 +248,7 @@ spec:
|
|||||||
|
|
||||||
- name: REMARKS_URL
|
- name: REMARKS_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://remarks-static-service.remarks.svc.cluster.local:8080/remarks"
|
_default: "http://remarks-static.issues.svc.cluster.local:80/remarks"
|
||||||
|
|
||||||
- name: RESOURCES_URL
|
- name: RESOURCES_URL
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -1,101 +0,0 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: measurements
|
|
||||||
namespace: measurements
|
|
||||||
|
|
||||||
spec:
|
|
||||||
interval: 10m
|
|
||||||
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: universal-chart
|
|
||||||
version: "0.1.7"
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: yc-oci-charts
|
|
||||||
namespace: flux-system
|
|
||||||
interval: 10m
|
|
||||||
|
|
||||||
install:
|
|
||||||
remediation:
|
|
||||||
retries: 3
|
|
||||||
|
|
||||||
upgrade:
|
|
||||||
remediation:
|
|
||||||
retries: 3
|
|
||||||
driftDetection:
|
|
||||||
mode: enabled
|
|
||||||
|
|
||||||
values:
|
|
||||||
global:
|
|
||||||
env: _default
|
|
||||||
|
|
||||||
services:
|
|
||||||
backend:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
image:
|
|
||||||
name:
|
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/documentations:prod_5904312b
|
|
||||||
pullPolicy:
|
|
||||||
_default: IfNotPresent
|
|
||||||
|
|
||||||
deployment:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: measurements
|
|
||||||
|
|
||||||
replicaCount:
|
|
||||||
_default: 1
|
|
||||||
stage: 1
|
|
||||||
preprod: 3
|
|
||||||
production: 3
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8080
|
|
||||||
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
service:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: measurements-service
|
|
||||||
|
|
||||||
type:
|
|
||||||
_default: ClusterIP
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
targetPort:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
portName:
|
|
||||||
_default: http
|
|
||||||
|
|
||||||
imagePullSecrets:
|
|
||||||
enabled:
|
|
||||||
_default: true
|
|
||||||
name:
|
|
||||||
_default: regcred
|
|
||||||
|
|
||||||
|
|
||||||
labels:
|
|
||||||
monitoring: prometheus
|
|
||||||
secretEnvs:
|
|
||||||
- name: S3_JSON_SETTINGS
|
|
||||||
secretName:
|
|
||||||
_default: "s3-json-settings"
|
|
||||||
secretKey: "S3_JSON_SETTINGS"
|
|
||||||
|
|
||||||
commitSha: ""
|
|
||||||
gitlabUri: ""
|
|
||||||
gitlabJobUrl: ""
|
|
||||||
owner: ""
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: measurements
|
|
||||||
resources:
|
|
||||||
- backend.yaml
|
|
||||||
@ -112,11 +112,11 @@ spec:
|
|||||||
|
|
||||||
- name: SAREX_BASE_HOST
|
- name: SAREX_BASE_HOST
|
||||||
value:
|
value:
|
||||||
_default: "http://backend-service.pm.svc.cluster.local:8000"
|
_default: "http://backend-svc.pm.svc.cluster.local:8000"
|
||||||
|
|
||||||
- name: PM_HOST
|
- name: PM_HOST
|
||||||
value:
|
value:
|
||||||
_default: "http://backend-service.pm.svc.cluster.local:8000"
|
_default: "http://backend-svc.pm.svc.cluster.local:8000"
|
||||||
|
|
||||||
- name: DB_HOST
|
- name: DB_HOST
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -89,27 +89,27 @@ spec:
|
|||||||
envs:
|
envs:
|
||||||
- name: DJANGO_HOST
|
- name: DJANGO_HOST
|
||||||
value:
|
value:
|
||||||
_default: "http://backend.sarex-django.svc.cluster.local:8000"
|
_default: "http://backend.django.svc.cluster.local:8000"
|
||||||
|
|
||||||
- name: DOCUMENTATIONS_HOST
|
- name: DOCUMENTATIONS_HOST
|
||||||
value:
|
value:
|
||||||
_default: "http://documentations-service.sarex-documentations.svc.cluster.local:8080/api/v1"
|
_default: "http://documentations-api.documentations.svc.cluster.local:8080/api/v1"
|
||||||
|
|
||||||
- name: BASE_HOST
|
- name: BASE_HOST
|
||||||
value:
|
value:
|
||||||
_default: "https://sarex.uralchem.com/notes"
|
_default: "https://test.sarex.brusnika.tech/notes"
|
||||||
|
|
||||||
- name: FAAS_SERVICE
|
- name: FAAS_SERVICE
|
||||||
value:
|
value:
|
||||||
_default: "http://generate-document-service.sarex-faas.svc.cluster.local:8000"
|
_default: "http://generate-document-service.faas.svc.cluster.local:8000"
|
||||||
|
|
||||||
- name: WORKSPACE_URL
|
- name: WORKSPACE_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://workspaces-service.sarex-workspaces.svc.cluster.local:8000/api/v1"
|
_default: "http://workspaces-service.workspaces.svc.cluster.local:8000/api/v1"
|
||||||
|
|
||||||
- name: WORKFLOW_HOST
|
- name: WORKFLOW_HOST
|
||||||
value:
|
value:
|
||||||
_default: "http://workflows-service.sarex-processing.svc.cluster.local:8000/api/v1"
|
_default: "http://workflows-api-service.workflow.svc.cluster.local:8000/api/v1"
|
||||||
|
|
||||||
- name: WORKFLOW_TAG
|
- name: WORKFLOW_TAG
|
||||||
value:
|
value:
|
||||||
@ -137,7 +137,7 @@ spec:
|
|||||||
|
|
||||||
- name: ATTACHMENT_HOST
|
- name: ATTACHMENT_HOST
|
||||||
value:
|
value:
|
||||||
_default: "http://attachments-service.sarex-attachments.svc.cluster.local:8000/api/v1"
|
_default: "http://attachments-service.attachments.svc.cluster.local:8000/api/v1"
|
||||||
|
|
||||||
- name: PG_PORT
|
- name: PG_PORT
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -1,101 +0,0 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: measurements
|
|
||||||
namespace: measurements
|
|
||||||
|
|
||||||
spec:
|
|
||||||
interval: 10m
|
|
||||||
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
chart: universal-chart
|
|
||||||
version: "0.1.7"
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: yc-oci-charts
|
|
||||||
namespace: flux-system
|
|
||||||
interval: 10m
|
|
||||||
|
|
||||||
install:
|
|
||||||
remediation:
|
|
||||||
retries: 3
|
|
||||||
|
|
||||||
upgrade:
|
|
||||||
remediation:
|
|
||||||
retries: 3
|
|
||||||
driftDetection:
|
|
||||||
mode: enabled
|
|
||||||
|
|
||||||
values:
|
|
||||||
global:
|
|
||||||
env: _default
|
|
||||||
|
|
||||||
services:
|
|
||||||
backend:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
image:
|
|
||||||
name:
|
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/documentations:prod_5904312b
|
|
||||||
pullPolicy:
|
|
||||||
_default: IfNotPresent
|
|
||||||
|
|
||||||
deployment:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: measurements
|
|
||||||
|
|
||||||
replicaCount:
|
|
||||||
_default: 1
|
|
||||||
stage: 1
|
|
||||||
preprod: 3
|
|
||||||
production: 3
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8080
|
|
||||||
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
service:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
name:
|
|
||||||
_default: measurements-service
|
|
||||||
|
|
||||||
type:
|
|
||||||
_default: ClusterIP
|
|
||||||
|
|
||||||
port:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
targetPort:
|
|
||||||
_default: 8000
|
|
||||||
|
|
||||||
portName:
|
|
||||||
_default: http
|
|
||||||
|
|
||||||
imagePullSecrets:
|
|
||||||
enabled:
|
|
||||||
_default: true
|
|
||||||
name:
|
|
||||||
_default: regcred
|
|
||||||
|
|
||||||
|
|
||||||
labels:
|
|
||||||
monitoring: prometheus
|
|
||||||
secretEnvs:
|
|
||||||
- name: S3_JSON_SETTINGS
|
|
||||||
secretName:
|
|
||||||
_default: "s3-json-settings"
|
|
||||||
secretKey: "S3_JSON_SETTINGS"
|
|
||||||
|
|
||||||
commitSha: ""
|
|
||||||
gitlabUri: ""
|
|
||||||
gitlabJobUrl: ""
|
|
||||||
owner: ""
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: measurements
|
|
||||||
resources:
|
|
||||||
- backend.yaml
|
|
||||||
@ -157,7 +157,7 @@ spec:
|
|||||||
|
|
||||||
- name: EXTERNAL_FILESTREAM_URL
|
- name: EXTERNAL_FILESTREAM_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://documentations-filestream-service.documentations.svc.cluster.local:8080"
|
_default: "http://documentations-filestream.documentations.svc.cluster.local:8080"
|
||||||
|
|
||||||
- name: RESOURCES_API_INTERNAL_HOST
|
- name: RESOURCES_API_INTERNAL_HOST
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -157,7 +157,7 @@ spec:
|
|||||||
|
|
||||||
- name: EXTERNAL_FILESTREAM_URL
|
- name: EXTERNAL_FILESTREAM_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://documentations-filestream-service.documentations.svc.cluster.local:8080"
|
_default: "http://documentations-filestream.documentations.svc.cluster.local:8080"
|
||||||
|
|
||||||
- name: RESOURCES_API_INTERNAL_HOST
|
- name: RESOURCES_API_INTERNAL_HOST
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -139,7 +139,7 @@ spec:
|
|||||||
|
|
||||||
- name: YC_S3_ENDPOINT_URL
|
- name: YC_S3_ENDPOINT_URL
|
||||||
value:
|
value:
|
||||||
_default: "http://minio-service.minio.svc.cluster.local:9000"
|
_default: "http://minio-svc.minio.svc.cluster.local:9000"
|
||||||
|
|
||||||
- name: YC_S3_BUCKET_NAME
|
- name: YC_S3_BUCKET_NAME
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -17,6 +17,7 @@ resources:
|
|||||||
- ../../apps/reviews/brusnika-stage
|
- ../../apps/reviews/brusnika-stage
|
||||||
- ../../apps/attachments/brusnika-stage
|
- ../../apps/attachments/brusnika-stage
|
||||||
- ../../apps/issues/brusnika-stage
|
- ../../apps/issues/brusnika-stage
|
||||||
|
- ../../apps/inspections/brusnika-stage
|
||||||
- ../../apps/system-log/brusnika-stage
|
- ../../apps/system-log/brusnika-stage
|
||||||
- ../../apps/projects/brusnika-stage
|
- ../../apps/projects/brusnika-stage
|
||||||
- ../../apps/subscriptions/brusnika-stage
|
- ../../apps/subscriptions/brusnika-stage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user