swift-spring-8620
08/29/2023, 4:32 AMmicroscopic-river-74022
08/29/2023, 4:32 AMyaml
spec:
...
ingresses:
- path: /api
port: http
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: '0'
This example shows how to set an annotation (nginx.ingress.kubernetes.io/proxy-body-size: '0'
) on the ingress, which is a common way to configure NGINX ingress controller behavior.
Please refer to the Mounting Kubernetes ConfigMaps () guide for more info and usage examples.
Remember that the specifics of how to use a ConfigMap with the NGINX controller would depend on the specifics of the NGINX ingress controller's configuration and how it's set up to use ConfigMaps. For more detailed information, you may want to refer to the NGINX ingress controller's own documentation or the Kubernetes documentation on ConfigMaps.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------