Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Add KEDA deployment to chart
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Aug 9, 2023
1 parent 34042e2 commit ccbad37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 5 additions & 2 deletions charts/xchemlab/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dependencies:
- name: keda
repository: https://kedacore.github.io/charts
version: 2.10.2
- name: rabbitmq
repository: oci://docker.io/bitnamicharts
version: 12.0.7
digest: sha256:41ae690879fa88ecfcc003bdffc1e51f4bc97f759454cd429872455097cce643
generated: "2023-07-21T13:23:46.058942641Z"
digest: sha256:842f1a73bae100ee88358f7d0d5ba1f4e8863286576e1484d6da6199588abf04
generated: "2023-07-21T13:31:00.419506871Z"
4 changes: 4 additions & 0 deletions charts/xchemlab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ version: 0.1.0
appVersion: "0.1.0"

dependencies:
- name: keda
repository: https://kedacore.github.io/charts
version: 2.10.2
condition: keda.enabled
- name: rabbitmq
repository: oci://docker.io/bitnamicharts
version: 12.0.7
Expand Down
3 changes: 3 additions & 0 deletions charts/xchemlab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ rabbitmq:
# Exposed as rmq.xchemlab.diamond.ac.uk
loadBalancerIP: 172.23.169.229

keda:
enabled: false

serviceAccount:
create: false
annotations: {}
Expand Down

0 comments on commit ccbad37

Please sign in to comment.