Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
6a1a1ee8
Commit
6a1a1ee8
authored
Oct 05, 2021
by
Alexandre Vincent
Browse files
adjusting autoscale settings
parent
c7763600
Pipeline
#70233
failed with stages
in 76 minutes and 4 seconds
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/hpa.yaml
View file @
6a1a1ee8
...
...
@@ -28,7 +28,7 @@ spec:
metrics
:
-
type
:
Resource
resource
:
name
:
cpu
name
:
memory
target
:
type
:
Utilization
averageUtilization
:
50
...
...
@@ -41,11 +41,11 @@ spec:
periodSeconds
:
30
scaleUp
:
stabilizationWindowSeconds
:
10
# Either add 50% of current pods or
4
pods (whichever is higher) every 10 seconds until the the HPA stabilizes
# Either add 50% of current pods or
2
pods (whichever is higher) every 10 seconds until the the HPA stabilizes
selectPolicy
:
Max
policies
:
-
type
:
Pods
value
:
6
value
:
2
periodSeconds
:
10
-
type
:
Percent
value
:
50
...
...
devops/azure/template/deploy-stages.yaml
View file @
6a1a1ee8
...
...
@@ -28,7 +28,7 @@ parameters:
# authenticationTemplateParameters: ${{ getImageTemplateParameters }}
# preDeployTemplates:
# - template: ${{ my_template }}
# parameters: ${{ my_template_param
eter
s }}
# parameters: ${{ my_template_params }}
# - ...
# getImageTemplate: ${{ authenticationTemplate }}
# getImageTemplateParameters: ${{ authenticationTemplateParameter }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment