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
@@ -119,18 +111,18 @@ The following tables lists the configurable parameters of the NGINX Kubernetes G
119
111
| --- | --- | --- |
120
112
|`nginxGateway.image.repository`| The repository for the NGINX Kubernetes Gateway image. | ghcr.io/nginxinc/nginx-kubernetes-gateway |
121
113
|`nginxGateway.image.tag`| The tag for the NGINX Kubernetes Gateway image. | edge |
122
-
|`nginxGateway.image.pullPolicy`| The imagePullPolicy for the NGINX Kubernetes Gateway image. | Always |
114
+
|`nginxGateway.image.pullPolicy`| The `imagePullPolicy` for the NGINX Kubernetes Gateway image. | Always |
123
115
|`nginxGateway.gatewayClassName`| The name of the GatewayClass for the NGINX Kubernetes Gateway deployment. | nginx |
124
116
|`nginxGateway.gatewayControllerName`| The name of the Gateway controller. The controller name must be of the form: DOMAIN/PATH. The controller's domain is k8s-gateway.nginx.org. | k8s-gateway.nginx.org/nginx-gateway-controller |
125
117
|`nginx.image.repository`| The repository for the NGINX image. | nginx |
126
118
|`nginx.image.tag`| The tag for the NGINX image. | 1.25 |
127
-
|`nginx.image.pullPolicy`| The imagePullPolicy for the NGINX image. | Always |
128
-
|`initContainer.image.repository`| The repository for the initContainer image. | busybox |
129
-
|`initContainer.image.tag`| The tag for the initContainer image. | 1.36 |
130
-
|`serviceAccount.annotations`|Annotations for the ServiceAccount used by the NGINX Kubernetes Gateway deployment. | {} |
119
+
|`nginx.image.pullPolicy`| The `imagePullPolicy` for the NGINX image. | Always |
120
+
|`initContainer.image.repository`| The repository for the `initContainer` image. | busybox |
121
+
|`initContainer.image.tag`| The tag for the `initContainer` image. | 1.36 |
122
+
|`serviceAccount.annotations`|The `annotations` for the ServiceAccount used by the NGINX Kubernetes Gateway deployment. | {} |
131
123
|`serviceAccount.name`| Name of the ServiceAccount used by the NGINX Kubernetes Gateway deployment. | Autogenerated |
132
124
|`service.create`| Creates a service to expose the NGINX Kubernetes Gateway pods. | true |
133
125
|`service.type`| The type of service to create for the NGINX Kubernetes Gateway. | Loadbalancer |
134
-
|`service.externalTrafficPolicy`| The externalTrafficPolicy of the service. The value Local preserves the client source IP. | Local |
135
-
|`service.annotations`| The annotations of the NGINX Kubernetes Gateway service. | {} |
126
+
|`service.externalTrafficPolicy`| The `externalTrafficPolicy` of the service. The value `Local` preserves the client source IP. | Local |
127
+
|`service.annotations`| The `annotations` of the NGINX Kubernetes Gateway service. | {} |
136
128
|`service.ports`| A list of ports to expose through the NGINX Kubernetes Gateway service. Update it to match the listener ports from your Gateway resource. Follows the conventional Kubernetes yaml syntax for service ports. |[ port: 80, targetPort: 80, protocol: TCP, name: http; port: 443, targetPort: 443, protocol: TCP, name: https ]|
0 commit comments