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
Copy file name to clipboardExpand all lines: deploy/helm-chart/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,3 +142,6 @@ The following tables lists the configurable parameters of the NGINX Kubernetes G
142
142
|`service.externalTrafficPolicy`| The `externalTrafficPolicy` of the service. The value `Local` preserves the client source IP. | Local |
143
143
|`service.annotations`| The `annotations` of the NGINX Kubernetes Gateway service. | {} |
144
144
|`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 ]|
145
+
|`metrics.disable`| Disable exposing metrics in the Prometheus format. |false |
146
+
|`metrics.port`| Set the port where the Prometheus metrics are exposed. Format: [1024 - 65535]|9113 |
147
+
|`metrics.secure`| Enable serving metrics via https. By default metrics are served via http. Please note that this endpoint will be secured with a self-signed certificate. |false |
0 commit comments