File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# application
2
2
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 )
4
4
5
5
Generic application chart with common requirements of a typical workload.
6
6
@@ -25,6 +25,13 @@ Generic application chart with common requirements of a typical workload.
25
25
| autoscaling.minReplicaCount | int | ` 1 ` | |
26
26
| autoscaling.maxReplicaCount | int | ` 1 ` | |
27
27
| 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 ` | |
28
35
| livenessProbe.enabled | bool | ` true ` | |
29
36
| livenessProbe.path | string | ` "/.well-known/live" ` | |
30
37
| livenessProbe.cmd | list | ` [] ` | |
You can’t perform that action at this time.
0 commit comments