From 95fb022ae499ba76c1f101dbb41854e01efb4ea6 Mon Sep 17 00:00:00 2001 From: subochev Date: Fri, 20 Feb 2026 16:59:21 +0300 Subject: [PATCH] init --- .../devspace-apiregistry-core-service/templates/service.yaml | 3 +-- .../templates/service.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/devspc/devspace-apiregistry-core-service/templates/service.yaml b/devspc/devspace-apiregistry-core-service/templates/service.yaml index cb051a1..bc2cb7d 100644 --- a/devspc/devspace-apiregistry-core-service/templates/service.yaml +++ b/devspc/devspace-apiregistry-core-service/templates/service.yaml @@ -9,5 +9,4 @@ spec: ports: - protocol: TCP port: {{$.Values.port}} # порт, по которуму сервис будет доступен внутри кластера - targetPort: {{$.Values.port}} # порт, на котором слушает ваше приложение внутри контейнера - nodePort: 31000 \ No newline at end of file + targetPort: {{$.Values.port}} # порт, на котором слушает ваше приложение внутри контейнера \ No newline at end of file diff --git a/devspc/devspace-apiregistry-generator-service/templates/service.yaml b/devspc/devspace-apiregistry-generator-service/templates/service.yaml index 69f4067..bc2cb7d 100644 --- a/devspc/devspace-apiregistry-generator-service/templates/service.yaml +++ b/devspc/devspace-apiregistry-generator-service/templates/service.yaml @@ -9,5 +9,4 @@ spec: ports: - protocol: TCP port: {{$.Values.port}} # порт, по которуму сервис будет доступен внутри кластера - targetPort: {{$.Values.port}} # порт, на котором слушает ваше приложение внутри контейнера - nodePort: 31001 \ No newline at end of file + targetPort: {{$.Values.port}} # порт, на котором слушает ваше приложение внутри контейнера \ No newline at end of file