Primer commit
This commit is contained in:
11
k8s-ingress-controller/configmap/configmap.yaml
Normal file
11
k8s-ingress-controller/configmap/configmap.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: ingress-nginx-controller
|
||||
namespace: ingress-nginx
|
||||
data:
|
||||
allow-snippet-annotations: "true"
|
||||
enable-ssl-passthrough: "false"
|
||||
proxy-read-timeout: "3600"
|
||||
proxy-send-timeout: "3600"
|
||||
use-forwarded-headers: "true"
|
Reference in New Issue
Block a user