Fix 1527 for v9.0
[osm/devops.git] / installers / charm / ng-ui / README.md
index 9b77b5d..2cb8cf5 100644 (file)
@@ -24,7 +24,7 @@ juju relate ng-ui nbi
 ## How to expose the NG-UI through ingress
 
 ```bash
-juju config ng-ui site_url=ng.<k8s_worker_ip>.xip.io
+juju config ng-ui site_url=ng.<k8s_worker_ip>.nip.io
 juju expose ng-ui
 ```