Skip to content

Commit

Permalink
feat: update ai-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 10, 2024
1 parent ec52b88 commit c77616b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ai-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: ai-server
version: 1.2.5
version: 1.2.6
2 changes: 1 addition & 1 deletion charts/ai-server/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
nginx.ingress.kubernetes.io/enable-rewrite-log: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/cors-allow-headers: "DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,X-Product-Version"
{{ if not (eq .Values.AI_SERVER_ENV "production") }}nginx.ingress.kubernetes.io/proxy-read-timeout: "120"{{ end }}
nginx.ingress.kubernetes.io/proxy-read-timeout: "80"
spec:
tls:
- hosts:
Expand Down

0 comments on commit c77616b

Please sign in to comment.