Skip to content

Commit

Permalink
Update KEDA CRD (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotiuk authored Nov 28, 2024
1 parent 7e21722 commit f821a23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/acp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: acp
description: Cloudentity Authorization Control Plane
type: application
version: 2.22.0
version: 2.22.1-0
appVersion: "2.22.0"
4 changes: 3 additions & 1 deletion charts/acp/templates/faas_keda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ spec:
replicas:
min: {{ $.Values.faas.environments.autoscaling.keda.minReplicas }}
max: {{ $.Values.faas.environments.autoscaling.keda.maxReplicas }}
targetPendingRequests: {{$.Values.faas.environments.autoscaling.keda.targetPendingRequests }}
scalingMetric:
concurrency:
targetValue: {{$.Values.faas.environments.autoscaling.keda.targetPendingRequests }}
hosts:
- {{ include "acp.fullname" $ }}-faas-{{ $envType }}-{{ $version }}-proxy
- {{ include "acp.fullname" $ }}-faas-{{ $envType }}-{{ $version }}-proxy.{{ $.Values.faas.namespace.name }}
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-acp-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kube-acp-stack
description: kube-acp-stack collects acp charts combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster
type: application
version: 2.22.0
version: 2.22.1-0
sources:
- https://github.com/cloudentity/acp-helm-charts
dependencies:
Expand All @@ -19,6 +19,6 @@ dependencies:
repository: https://charts.timescale.com
condition: timescaledb-single.enabled
- name: acp
version: "2.22.0"
version: "2.22.1-0"
repository: https://charts.cloudentity.io
condition: acp.enabled

0 comments on commit f821a23

Please sign in to comment.