Skip to content
Snippets Groups Projects
Commit cf806912 authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

ci: add nginx ingress proxy timeout

parent b192da45
No related branches found
No related tags found
1 merge request!30ci: add nginx ingress proxy timeout
Pipeline #64801 canceled with stages
in 2 minutes and 28 seconds
......@@ -5,6 +5,9 @@ metadata:
name: {{ template "app.name" . }}
namespace: {{ .Release.Namespace }}
annotations:
nginx.ingress.kubernetes.io/proxy-connect-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
{{ toYaml .Values.ingress.annotations | indent 4 }}
labels:
{{- include "app.labels" . | nindent 4 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment