Skip to content

Commit 2a55aa7

Browse files
docs: update versions in readme (#167)
Co-authored-by: github_actions <[email protected]>
1 parent 11d023a commit 2a55aa7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

charts/application/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# application
22

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

55
Generic application chart with common requirements of a typical workload.
66

@@ -25,6 +25,13 @@ Generic application chart with common requirements of a typical workload.
2525
| autoscaling.minReplicaCount | int | `1` | |
2626
| autoscaling.maxReplicaCount | int | `1` | |
2727
| autoscaling.averageUtilization.cpu | int | `80` | |
28+
| startupProbe.enabled | bool | `false` | |
29+
| startupProbe.path | string | `"/.well-known/live"` | |
30+
| startupProbe.cmd | list | `[]` | |
31+
| startupProbe.initialDelaySeconds | int | `10` | |
32+
| startupProbe.periodSeconds | int | `10` | |
33+
| startupProbe.failureThreshold | int | `3` | |
34+
| startupProbe.timeoutSeconds | int | `5` | |
2835
| livenessProbe.enabled | bool | `true` | |
2936
| livenessProbe.path | string | `"/.well-known/live"` | |
3037
| livenessProbe.cmd | list | `[]` | |

0 commit comments

Comments
 (0)