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