Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jun 23, 2020
1 parent fedf0da commit d450745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit d450745

Please sign in to comment.