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.

11 lines
213 B

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