diff --git a/README.md b/README.md index ef9311ed..fad020dc 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ The following table lists the configurable parameters of the nifi chart and the | `headless.type` | Type of the headless service for nifi | `ClusterIP` | | `headless.annotations` | Headless Service annotations | `service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"`| | **UI Service** | -| `service.type` | Type of the UI service for nifi | `LoadBalancer` | -| `service.httpPort` | Port to expose service | `80` | +| `service.type` | Type of the UI service for nifi | `NodePort` | +| `service.httpPort` | Port to expose service | `8080` | | `service.httpsPort` | Port to expose service in tls | `443` | | `service.annotations` | Service annotations | `{}` | | `service.loadBalancerIP` | LoadBalancerIP if service type is `LoadBalancer` | `nil` |