You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress
160
160
`controller.image.tag` | The tag of the Ingress Controller image. | 2.3.0
161
161
`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent
162
+
`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {}
162
163
`controller.config.name` | The name of the ConfigMap used by the Ingress Controller. | Autogenerated
163
164
`controller.config.annotations` | The annotations of the Ingress Controller configmap. | {}
164
165
`controller.config.entries` | The entries of the ConfigMap for customizing NGINX configuration. See [ConfigMap resource docs](https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource/) for the list of supported ConfigMap keys. | {}
Copy file name to clipboardExpand all lines: docs/content/installation/installation-with-helm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
163
163
|``controller.image.digest``| The digest of the Ingress Controller image. Digest has precedence over tag | None |
164
164
|``controller.image.tag``| The tag of the Ingress Controller image. | 2.3.0 |
165
165
|``controller.image.pullPolicy``| The pull policy for the Ingress Controller image. | IfNotPresent |
166
+
|``controller.lifecycle``| The lifecycle of the Ingress Controller pods. | {} |
166
167
|``controller.config.name``| The name of the ConfigMap used by the Ingress Controller. | Autogenerated |
167
168
|``controller.config.entries``| The entries of the ConfigMap for customizing NGINX configuration. See [ConfigMap resource docs](/nginx-ingress-controller/configuration/global-configuration/configmap-resource/) for the list of supported ConfigMap keys. | {} |
168
169
|``controller.customPorts``| A list of custom ports to expose on the NGINX ingress controller pod. Follows the conventional Kubernetes yaml syntax for container ports. |[]|
0 commit comments