Skip to content

Commit 48ec185

Browse files
committed
0.2.1: add builtin /health as health check
1 parent f65f342 commit 48ec185

File tree

6 files changed

+27
-17
lines changed

6 files changed

+27
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ helm install nginx-s3 olopost/nginx-s3 -f values.yaml
2626

2727
# nginx-s3
2828

29-
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest-20250217](https://img.shields.io/badge/AppVersion-latest--20250217-informational?style=flat-square)
29+
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest-20250217](https://img.shields.io/badge/AppVersion-latest--20250217-informational?style=flat-square)
3030

3131
Nginx S3 gateway
3232

charts/nginx-s3-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.0
18+
version: 0.2.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/nginx-s3-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nginx-s3
22

3-
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest-20250217](https://img.shields.io/badge/AppVersion-latest--20250217-informational?style=flat-square)
3+
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest-20250217](https://img.shields.io/badge/AppVersion-latest--20250217-informational?style=flat-square)
44

55
Nginx S3 gateway
66

charts/nginx-s3-gateway/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ spec:
9393
protocol: TCP
9494
livenessProbe:
9595
httpGet:
96-
path: /
96+
path: /health
9797
port: {{ .Values.containerPort }}
9898
readinessProbe:
9999
httpGet:
100-
path: /
100+
path: /health
101101
port: {{ .Values.containerPort }}
102102
resources:
103103
{{- toYaml .Values.resources | nindent 12 }}

index.yaml

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ entries:
33
nginx-s3:
44
- apiVersion: v2
55
appVersion: latest-20250217
6-
created: "2025-02-22T13:03:25.844402+01:00"
6+
created: "2025-02-22T13:32:00.96682+01:00"
7+
description: Nginx S3 gateway
8+
digest: 7dba73dca837433bdd664720ec9dd33b2af6dcd892e16fe2d49803c52ae6f9f1
9+
name: nginx-s3
10+
type: application
11+
urls:
12+
- nginx-s3-gateway/nginx-s3-0.2.1.tgz
13+
version: 0.2.1
14+
- apiVersion: v2
15+
appVersion: latest-20250217
16+
created: "2025-02-22T13:32:00.966583+01:00"
717
description: Nginx S3 gateway
818
digest: 62b646ab6728b3af21bb7c7596178c995ac9cdbfe7f4819b6fa80523572e5813
919
name: nginx-s3
@@ -13,7 +23,7 @@ entries:
1323
version: 0.2.0
1424
- apiVersion: v2
1525
appVersion: latest-20250217
16-
created: "2025-02-22T13:03:25.843691+01:00"
26+
created: "2025-02-22T13:32:00.966231+01:00"
1727
description: Nginx S3 gateway
1828
digest: 7a2d0dd0218e9ef26a2e48011d3b594d4fd772c6addcb593f80ffc2288223606
1929
name: nginx-s3
@@ -23,7 +33,7 @@ entries:
2333
version: 0.1.9
2434
- apiVersion: v2
2535
appVersion: latest-20250217
26-
created: "2025-02-22T13:03:25.843455+01:00"
36+
created: "2025-02-22T13:32:00.96587+01:00"
2737
description: Nginx S3 gateway
2838
digest: 8a0379ddece454b16bbe7673f02b235fd1739230dfc20838764dbc428cdb5b47
2939
name: nginx-s3
@@ -33,7 +43,7 @@ entries:
3343
version: 0.1.8
3444
- apiVersion: v2
3545
appVersion: latest-20241230
36-
created: "2025-02-22T13:03:25.843216+01:00"
46+
created: "2025-02-22T13:32:00.965517+01:00"
3747
description: Nginx S3 gateway
3848
digest: e4f5e94202c365173a0abf863b01d7a87a0d6759158399e3547d024ad16199a3
3949
name: nginx-s3
@@ -43,7 +53,7 @@ entries:
4353
version: 0.1.7
4454
- apiVersion: v2
4555
appVersion: latest-20241230
46-
created: "2025-02-22T13:03:25.842987+01:00"
56+
created: "2025-02-22T13:32:00.96517+01:00"
4757
description: Nginx S3 gateway
4858
digest: 94ec84d22932299381b3b94adcb2ff9914a7c6e131cbddbba177dad213e663ee
4959
name: nginx-s3
@@ -53,7 +63,7 @@ entries:
5363
version: 0.1.6
5464
- apiVersion: v2
5565
appVersion: latest-20241230
56-
created: "2025-02-22T13:03:25.842759+01:00"
66+
created: "2025-02-22T13:32:00.964806+01:00"
5767
description: Nginx S3 gateway
5868
digest: bb91480f59b26bf04e17a65cc49d254ef527369b1ca87fcf9f2eb9cac8b56483
5969
name: nginx-s3
@@ -63,7 +73,7 @@ entries:
6373
version: 0.1.5
6474
- apiVersion: v2
6575
appVersion: latest-20240624
66-
created: "2025-02-22T13:03:25.842521+01:00"
76+
created: "2025-02-22T13:32:00.964449+01:00"
6777
description: Nginx S3 gateway
6878
digest: 23385deaed130e13d613757c3e80907297f8ddb7fe427f8d5c0e9dcbdcabdc1f
6979
name: nginx-s3
@@ -73,7 +83,7 @@ entries:
7383
version: 0.1.4
7484
- apiVersion: v2
7585
appVersion: latest-20240624
76-
created: "2025-02-22T13:03:25.842294+01:00"
86+
created: "2025-02-22T13:32:00.96406+01:00"
7787
description: Nginx S3 gateway
7888
digest: 9e7637ee930db6bd15367c6568ef502d1b5e1bfe2a3f60bdeeed4008ca62d6e5
7989
name: nginx-s3
@@ -83,7 +93,7 @@ entries:
8393
version: 0.1.3
8494
- apiVersion: v2
8595
appVersion: latest-20240624
86-
created: "2025-02-22T13:03:25.842058+01:00"
96+
created: "2025-02-22T13:32:00.963642+01:00"
8797
description: Nginx S3 gateway
8898
digest: 8fa36492d13caf8ceec370777afd8e2fd83024cc99aa58e85383a8ecd2c8a2c9
8999
name: nginx-s3
@@ -93,7 +103,7 @@ entries:
93103
version: 0.1.2
94104
- apiVersion: v2
95105
appVersion: 1.16.0
96-
created: "2025-02-22T13:03:25.84182+01:00"
106+
created: "2025-02-22T13:32:00.963284+01:00"
97107
description: Nginx S3 gateway
98108
digest: dfe793caf3ec679c0c55f5119036913110b5e5b84d7b2cfc538d0a695b6e7c2d
99109
name: nginx-s3
@@ -103,12 +113,12 @@ entries:
103113
version: 0.1.1
104114
- apiVersion: v2
105115
appVersion: 1.16.0
106-
created: "2025-02-22T13:03:25.841575+01:00"
116+
created: "2025-02-22T13:32:00.962861+01:00"
107117
description: Nginx S3 gateway
108118
digest: 9b961824507f5d27fc73a47ed06af52ddcc217fc35ffb9c6b2570c412a3f72cb
109119
name: nginx-s3
110120
type: application
111121
urls:
112122
- nginx-s3-gateway/nginx-s3-0.1.0.tgz
113123
version: 0.1.0
114-
generated: "2025-02-22T13:03:25.841244+01:00"
124+
generated: "2025-02-22T13:32:00.962255+01:00"
4.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)