Skip to content

Commit

Permalink
Make annotation value strings
Browse files Browse the repository at this point in the history
  • Loading branch information
thokra-nav committed Mar 6, 2024
1 parent d2beb89 commit 52a7c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
labels:
app: "{{ .Release.Name }}"
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: 600
nginx.ingress.kubernetes.io/proxy-send-timeout: 600
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
spec:
ingressClassName: "{{ .Values.ingressClassName }}"
rules:
Expand Down

0 comments on commit 52a7c91

Please sign in to comment.