Skip to content

Commit

Permalink
Fix ConfigMap's namespace in custom configuration example for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
loicfrering committed Aug 8, 2017
1 parent 1b41e80 commit b469c19
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b469c19

Please sign in to comment.