Skip to content

Commit

Permalink
Updated scaledobject.yaml with containerName
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 authored May 28, 2019
1 parent c219e5e commit a8598b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/scaledobject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ metadata:
spec:
scaleTargetRef:
deploymentName: functions-example-deployment
containerName: azure-functions-container #Optional. Default: deployment.spec.template.spec.containers[0]
pollingInterval: 30 # Optional. Default: 30 seconds
cooldownPeriod: 300 # Optional. Default: 300 seconds
minReplicaCount: 0 # Optional. Default: 0
maxReplicaCount: 100 # Optional. Default: 100
triggers: []
triggers: []

0 comments on commit a8598b9

Please sign in to comment.