This commit is contained in:
2021-01-20 15:33:26 +01:00
parent ab96839f50
commit 9b9b551907
15 changed files with 12232 additions and 57 deletions

View File

@@ -0,0 +1,10 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: nginx-config
#namespace: nginx-ingress
namespace: default
data:
proxy-connect-timeout: "10s"
proxy-read-timeout: "10s"
client-max-body-size: "0"