Skip to content

Commit 1e3d2d5

Browse files
committed
Update README.md with helm-docs
1 parent a865133 commit 1e3d2d5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# s3proxy
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
3+
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
44

55
A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API
66

@@ -853,6 +853,12 @@ The following section lists the configurable parameters of the s3proxy chart and
853853
<td><code>string</code></td>
854854
<td><code>""</code></td>
855855
</tr>
856+
<tr>
857+
<td><code>terminationGracePeriodSeconds</code></td>
858+
<td>Pod termination grace period. Covers the 5s preStop sleep plus the in-flight request drain (up to 30s) that S3Proxy releases after 3.3.0 perform on SIGTERM.</td>
859+
<td><code>int</code></td>
860+
<td><code>40</code></td>
861+
</tr>
856862
<tr>
857863
<td><code>tolerations</code></td>
858864
<td>Tolerations for pod assignment</td>

0 commit comments

Comments
 (0)