File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## In Development
44* Switch to GitHub and K3s for Helm testing. (#243 ) (by @mamercad )
5+ * Set ` st2client ` resources by ` values.yaml ` . (#337 ) (by @mamercad )
56* Switch to the official ` bats ` Docker image for e2e tests. (#338 )
67* Temporary workaround for #311 to use previous bitnami index from: https://github.com/bitnami/charts/issues/10539 (#312 #318 ) (by @0xhaven )
78* Refactor label definitions to be more consistent by building labels and label selectors in partial helper templates. (#299 ) (by @cognifloyd )
Original file line number Diff line number Diff line change @@ -1653,9 +1653,7 @@ spec:
16531653 exec :
16541654 command : ["/bin/bash", "/post-start.sh"]
16551655 resources :
1656- requests :
1657- memory : " 5Mi"
1658- cpu : " 5m"
1656+ {{- toYaml .Values.st2client.resources | nindent 10 }}
16591657 volumes :
16601658 {{- if ne "disable" (default "" .Values.st2.datastore_crypto_key) }}
16611659 - name : st2-encryption-key-vol
Original file line number Diff line number Diff line change @@ -797,6 +797,10 @@ st2client:
797797 nodeSelector : {}
798798 tolerations : []
799799 affinity : {}
800+ resources :
801+ requests :
802+ memory : " 5Mi"
803+ cpu : " 5m"
800804
801805# https://docs.stackstorm.com/reference/ha.html#st2garbagecollector
802806# Optional service that cleans up old executions and other operations data based on setup configurations.
You can’t perform that action at this time.
0 commit comments