Created
September 7, 2020 10:45
-
-
Save velotiotech/af352b64443e1198575c0c377af0d668 to your computer and use it in GitHub Desktop.
This file contains 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
spec: | |
targetRef: | |
apiVersion: "apps/v1" | |
kind: Deployment | |
name: autoscale-tester | |
updatePolicy: | |
updateMode: "Auto" | |
resourcePolicy: | |
containerPolicies: | |
- containerName: autoscale-tester | |
minAllowed: | |
cpu: "500m" | |
memory: "500Mi" | |
maxAllowed: | |
cpu: "4" | |
memory: "4Gi" | |
- containerName: opt-out-container | |
mode: "Off" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment