Unverified Commit 319516a5 authored by torgiren's avatar torgiren
Browse files

add timeout to kube-api ingress - closes #42

Signed-off-by: torgiren's avatarMarcin Fabrykowski <git@fabrykowski.pl>
Showing with 2 additions and 0 deletions
+2 -0
......@@ -6,6 +6,8 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: acme-issuer
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
spec:
rules:
- host: kube-api.{{ .Values.domain }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment