Update hpa version
This commit is contained in:
parent
fdb04278f1
commit
81425921b0
6 changed files with 13 additions and 13 deletions
12
values.yaml
12
values.yaml
|
@ -1,7 +1,7 @@
|
|||
# Default values for glitchtip.
|
||||
image:
|
||||
repository: glitchtip/glitchtip
|
||||
tag: v3.0.0
|
||||
tag: v3.0.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
@ -28,8 +28,8 @@ web:
|
|||
enabled: false
|
||||
minReplicas: 2
|
||||
maxReplicas: 10
|
||||
targetCPUUtilizationPercentage: 80
|
||||
# targetMemoryUtilizationPercentage: 80
|
||||
targetCPU: 80
|
||||
# targetMemory: 80
|
||||
budget:
|
||||
minAvailable: 1
|
||||
resources:
|
||||
|
@ -87,9 +87,9 @@ worker:
|
|||
autoscaling:
|
||||
enabled: false
|
||||
minReplicas: 1
|
||||
maxReplicas: 100
|
||||
targetCPUUtilizationPercentage: 90
|
||||
# targetMemoryUtilizationPercentage: 80
|
||||
maxReplicas: 20
|
||||
targetCPU: 90
|
||||
# targetMemory: 80
|
||||
resources:
|
||||
limits:
|
||||
cpu: 900m
|
||||
|
|
Reference in a new issue