Cambiar el puerto en el que la instancia Cyberwatch es accesible

  1. Configurar los puertos de escucha:

    1. Con Docker Swarm, agregar las dos variables de entorno en el archivo /etc/cyberwatch/config.env:

      NGINX_HTTP_PORT=8080
      NGINX_HTTPS_PORT=8443
      
    2. Con 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
      
  2. Reiniciar Cyberwatch:

    sudo cyberwatch restart
    

Volver arriba

English Français Español