Skip to content

Commit

Permalink
increase timeour
Browse files Browse the repository at this point in the history
  • Loading branch information
kuliebiakin committed Aug 3, 2023
1 parent d3c984b commit 5caae6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/wp-project-skeleton/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.5.0
version: 2.6.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.11.6
version: 17.14.5
- name: newrelic-php-agent
repository: https://wp-digital.github.io/helm-charts
version: 0.1.1
digest: sha256:0a47ad74caade7797b9db8d8ce90b8e936707a78a5a3ddbd9f09cd5a4f2cd8aa
generated: "2023-07-03T16:15:29.093972+03:00"
digest: sha256:03ef64fdb6eebabc188516fa2b3a48f5f582e671ca966e60782fbca049cc9b41
generated: "2023-08-03T20:14:56.414656+03:00"
4 changes: 2 additions & 2 deletions charts/wp-project-skeleton/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: wp-project-skeleton
description: A Helm chart to deploy WordPress project.
type: application
version: 0.5.9
appVersion: "0.5.9"
version: 0.5.10
appVersion: "0.5.10"
dependencies:
- name: common
version: 2.x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ data:
fastcgi_index index.php;
fastcgi_pass 127.0.0.1:9000;
fastcgi_read_timeout 300;
fastcgi_send_timeout 300;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
}
Expand Down

0 comments on commit 5caae6f

Please sign in to comment.