refactor: перенос портов ingress в addon_ports
- Удалены ingress_host_http_port и ingress_host_https_port - Все порты (ingress, prometheus, grafana, kiali) теперь в addon_ports - Обновлен скрипт create_k8s_cluster.py для работы с новой структурой - Все порты теперь пробрасываются через extraPortMappings в конфигурации Kind - Порты теперь видны в контейнерах control-plane и worker
This commit is contained in:
@@ -44,14 +44,16 @@ kind_clusters:
|
||||
istio: true
|
||||
kiali: true
|
||||
prometheus_stack: true
|
||||
ingress_host_http_port: 8081
|
||||
ingress_host_https_port: 8443
|
||||
# Порты для доступа к аддонам извне
|
||||
# Документация: 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
|
||||
addon_ports:
|
||||
ingress_http: 8081
|
||||
ingress_https: 8443
|
||||
prometheus: 9090
|
||||
grafana: 3000
|
||||
kiali: 20001
|
||||
|
||||
Reference in New Issue
Block a user