From 19e17433a2b7e74c296fd3493872041812b6158a Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Wed, 31 Jul 2019 20:35:29 +0800 Subject: [PATCH] Update README.md for new parameter Signed-off-by: Daniel Jiang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c376b2e4c..cbf2b4106 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ The following table lists the configurable parameters of the Harbor chart and th | `expose.nodePort.ports.notary.port` | The service port Notary listens on. Only needed when `notary.enabled` is set to `true` | `4443` | | `expose.nodePort.ports.notary.nodePort` | The node port Notary listens on. Only needed when `notary.enabled` is set to `true` | `30004` | | `expose.loadBalancer.name` | The name of service |`harbor`| +| `expose.loadBalancer.IP` | The IP of the loadBalancer. It works only when loadBalancer support assigning IP |`""`| | `expose.loadBalancer.ports.httpPort` | The service port Harbor listens on when serving with HTTP |`80`| | `expose.loadBalancer.ports.httpsPort` | The service port Harbor listens on when serving with HTTP |`30002`| | `expose.loadBalancer.ports.notaryPort` | The service port Notary listens on. Only needed when `notary.enabled` is set to `true`|