Merge pull request #6783 from irizzant/keda-scaledobject-annotations
Add custom annotations to ScaledObject #6757
This commit is contained in:
commit
91fd40f539
2 changed files with 8 additions and 1 deletions
|
|
@ -315,6 +315,11 @@ controller:
|
|||
pollingInterval: 30
|
||||
cooldownPeriod: 300
|
||||
restoreToOriginalReplicaCount: false
|
||||
scaledObject:
|
||||
annotations: {}
|
||||
# Custom annotations for ScaledObject resource
|
||||
# annotations:
|
||||
# key: value
|
||||
triggers: []
|
||||
# - type: prometheus
|
||||
# metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue