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.
|
|
- apiVersion: v1
- kind: ConfigMap
- metadata:
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
- name: nginx-configuration
- namespace: ingress-nginx
- data:
- proxy-buffer-size: "128k"
- proxy-buffers: "4 256k"
|