Cambiar el puerto en el que la instancia Cyberwatch es accesible
Configurar los puertos de escucha:
Con Docker Swarm, agregar las dos variables de entorno en el archivo
/etc/cyberwatch/config.env:NGINX_HTTP_PORT=8080 NGINX_HTTPS_PORT=8443Con Kubernetes, modificar el archivo
/etc/cyberwatch/containers.yml:nginx: ## HTTP port exposed on the node. Ignored if `ingress.enabled` is set to true. httpPort: 8080 ## HTTPS port exposed on the node. Ignored if `ingress.enabled` is set to true. httpsPort: 8443
Reiniciar Cyberwatch:
sudo cyberwatch restart