File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ apiVersion: v2
88
99name : stac-manager
1010description : Helm chart deployment for web application to update collection and item meta data in STAC catalogs
11- version : " 0.0.5 "
11+ version : " 0.0.6 "
1212sources :
1313- https://github.com/developmentseed/stac-manager
1414
1515type : application
16- appVersion : " 0.0.5 "
16+ appVersion : " 0.0.6 "
1717
1818maintainers :
1919- name : Development Seed. All Rights Reserved.
Original file line number Diff line number Diff line change @@ -43,10 +43,19 @@ livenessProbe:
4343 httpGet :
4444 path : /
4545 port : http
46+ initialDelaySeconds : 60
47+ timeoutSeconds : 10
48+ periodSeconds : 5
49+ failureThreshold : 3
50+
4651readinessProbe :
4752 httpGet :
4853 path : /
4954 port : http
55+ initialDelaySeconds : 30
56+ timeoutSeconds : 10
57+ periodSeconds : 5
58+ failureThreshold : 3
5059
5160autoscaling :
5261 enabled : false
You can’t perform that action at this time.
0 commit comments