Skip to content

Commit

Permalink
Feature/fix healthcheck route (#13)
Browse files Browse the repository at this point in the history
* else always WORKING is printed out but no resizing is done

* thumbor.conf also needs this change
  • Loading branch information
Kurt108 authored Oct 9, 2020
1 parent 658320f commit 96ef796
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/thumbor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: thumbor
icon: https://camo.githubusercontent.com/8add159463b5ef31481d1e0cc9fb590cd662fe62/68747470733a2f2f73332e65752d776573742d322e616d617a6f6e6177732e636f6d2f6d696e696d616c2d636f6d706163742f696d616765732f6d632d7468756d626f722e706e67
version: 1.0.2
version: 1.0.4
appVersion: "6.7.5"
description: A chart containing Thumbor
home: http://thumbor.org/
Expand Down
4 changes: 2 additions & 2 deletions charts/thumbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
=======
A chart containing Thumbor

Current chart version is `1.0.2`
Current chart version is `1.0.4`

## Based on

Expand Down Expand Up @@ -36,7 +36,7 @@ NAME: my-release
| env.ALLOW_UNSAFE_URL | string | `"True"` | |
| env.AUTO_WEBP | string | `"True"` | |
| env.CORS_ALLOW_ORIGIN | string | `"*"` | |
| env.HEALTHCHECK_ROUTE | string | `"/"` | |
| env.HEALTHCHECK_ROUTE | string | `"/healthcheck"` | |
| env.LOG_LEVEL | string | `"error"` | |
| env.MAX_AGE | string | `"3600"` | |
| env.MAX_AGE_TEMP_IMAGE | string | `"300"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/thumbor/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ data:
HEALTHCHECK_ROUTE = '/'
HEALTHCHECK_ROUTE = '/healthcheck'
################################### Metrics ####################################
Expand Down
2 changes: 1 addition & 1 deletion charts/thumbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
RESULT_STORAGE: "thumbor.result_storages.no_storage"
RESULT_STORAGE_STORES_UNSAFE: "True"
STORAGE: "thumbor.storages.file_storage"
HEALTHCHECK_ROUTE: "/"
HEALTHCHECK_ROUTE: "/healthcheck"
THUMBOR_PORT: "80"
MAX_AGE: "3600"
MAX_AGE_TEMP_IMAGE: "300"
Expand Down

0 comments on commit 96ef796

Please sign in to comment.