Last active
August 30, 2025 14:52
-
-
Save noam-goldface/b505ee8ec111c5702a7468b00a6b7ce4 to your computer and use it in GitHub Desktop.
YAML file valuse example for WSC Sports KEDA Helm chart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - deploymentName: prod-deployment | |
| maxReplicaCount: 100 | |
| minReplicaCount: 1 | |
| triggers: | |
| - type: queue | |
| name: name | |
| length: 5 | |
| - type: sql | |
| database: db | |
| targetValue: 1 | |
| pollingInterval: 60 | |
| query: SELECT ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment