Merge pull request #1085 from loicfrering/master
Fix ConfigMap's namespace in custom configuration example for nginx
This commit is contained in:
commit
27f447f88a
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: nginx-custom-configuration
|
||||||
|
labels:
|
||||||
|
k8s-app: nginx-ingress-controller
|
||||||
|
namespace: kube-system
|
||||||
data:
|
data:
|
||||||
proxy-connect-timeout: "10"
|
proxy-connect-timeout: "10"
|
||||||
proxy-read-timeout: "120"
|
proxy-read-timeout: "120"
|
||||||
proxy-send-timeout: "120"
|
proxy-send-timeout: "120"
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: nginx-custom-configuration
|
|
||||||
|
|
Loading…
Reference in a new issue