Compare commits
No commits in common. "1956ea17d7c1abf8634056ccff6404292a9b2a6a" and "6af5702148b14f6c197e59c79f514a80d9ade27f" have entirely different histories.
1956ea17d7
...
6af5702148
@ -1,6 +1,2 @@
|
|||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
|
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
|
||||||
|
|
||||||
patches:
|
|
||||||
- path: patches/ingress-nginx-cm.yaml
|
|
||||||
- path: patches/ingress-nginx-deploy.yaml
|
|
@ -1,8 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: ingress-nginx-controller
|
|
||||||
namespace: ingress-nginx
|
|
||||||
data:
|
|
||||||
allow-snippet-annotations: "true"
|
|
||||||
http-snippet: "proxy_cache_path /cache levels=1:2 keys_zone=nginx-cache:10m max_size=489m inactive=10m use_temp_path=off;"
|
|
@ -1,17 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: ingress-nginx-controller
|
|
||||||
namespace: ingress-nginx
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: controller
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /cache
|
|
||||||
name: cache
|
|
||||||
volumes:
|
|
||||||
- name: cache
|
|
||||||
emptyDir:
|
|
||||||
sizeLimit: 500M
|
|
Loading…
x
Reference in New Issue
Block a user