You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nginx-ingress/values.yaml
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -168,16 +168,6 @@ controller:
168
168
## See https://docs.nginx.com/nginx-ingress-controller/configuration/proxy-buffers-configuration/ for more details of which configuration options are affected
169
169
directiveAutoAdjust: false
170
170
171
-
## Cache configuration options
172
-
cache:
173
-
## Enables shared cache across multiple pods using an external persistent volume
174
-
## When enabled, the /var/cache/nginx directory will be mounted from a PVC instead of using emptyDir
175
-
## User must create and configure a PVC with appropriate access mode
176
-
enableShared: false
177
-
178
-
## The name of the PersistentVolumeClaim to use for shared cache, should match the name of the PVC created by the user
179
-
sharedPVCName: "nginx-shared-cache"
180
-
181
171
## A list of custom ports to expose on the NGINX Ingress Controller pod. Follows the conventional Kubernetes yaml syntax for container ports.
0 commit comments