Skip to content

Commit

Permalink
tsuru-api: Add section to set up keda parameters on configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Apr 10, 2024
1 parent 39354b0 commit 5acab1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/tsuru-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.22
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.19.2"
appVersion: "1.20.3"
4 changes: 4 additions & 0 deletions charts/tsuru-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ data:
{{- if .Values.tsuruConfig.kubernetes.deploymentProgressTimeout }}
deployment-progress-timeout: {{ .Values.tsuruConfig.kubernetes.deploymentProgressTimeout }}
{{- end }}
{{- if .Values.tsuruConfig.kubernetes.keda }}
keda:
{{- toYaml .Values.tsuruConfig.kubernetes.keda | nindent 8}}
{{- end }}

{{ if .Values.tsuruConfig.volumePlans }}
# - Volume Plans
Expand Down

0 comments on commit 5acab1f

Please sign in to comment.