You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
252 B

  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. labels:
  5. app.kubernetes.io/name: ingress-nginx
  6. app.kubernetes.io/part-of: ingress-nginx
  7. name: nginx-configuration
  8. namespace: ingress-nginx
  9. data:
  10. proxy-buffer-size: "128k"
  11. proxy-buffers: "4 256k"