2025-01-15 09:55:52 +01:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: ingress-nginx-controller
|
|
|
|
namespace: ingress-nginx
|
|
|
|
data:
|
|
|
|
allow-snippet-annotations: "true"
|
2025-02-07 10:06:15 +01:00
|
|
|
http-snippet: "proxy_cache_path /cache levels=1:2 keys_zone=nginx-cache:10m max_size=489m inactive=10m use_temp_path=off;"
|