fix: исправлены порты для NodePort и добавлены Helm репозитории

- Изменены порты Prometheus, Grafana и Kiali на NodePort диапазон (30000-32767)
- Добавлены Helm репозитории для Kiali и Prometheus
- Исправлена логика extraPortMappings для правильного маппинга портов
- Prometheus: 30900, Grafana: 30000, Kiali: 32001
This commit is contained in:
Сергей Антропов
2025-10-26 09:07:00 +03:00
parent 791504abf6
commit e2b9d94075
2 changed files with 18 additions and 14 deletions

View File

@@ -48,15 +48,15 @@ kind_clusters:
# Документация: https://devops.org.ru
# Ingress HTTP: http://localhost:8081
# Ingress HTTPS: https://localhost:8443
# Prometheus: http://localhost:9090
# Grafana: http://localhost:3000 (admin/admin)
# Kiali: http://localhost:20001
# Prometheus: http://localhost:30900
# Grafana: http://localhost:30000 (admin/admin)
# Kiali: http://localhost:32001
addon_ports:
ingress_http: 8081
ingress_https: 8443
prometheus: 9090
grafana: 3000
kiali: 20001
prometheus: 30900
grafana: 30000
kiali: 32001
hosts:
# Стандартный набор - 2 хоста для базового тестирования (стабильные ОС)