Skip to content

Commit 938ed59

Browse files
committed
Altered HPA values
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
1 parent 43cef1b commit 938ed59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/mastodon/hpa.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ spec:
1212
apiVersion: apps/v1
1313
kind: Deployment
1414
name: mastodon-web
15-
minReplicas: 3
16-
maxReplicas: 9
15+
minReplicas: 2
16+
maxReplicas: 6
1717
metrics:
1818
- type: Resource
1919
resource:
@@ -36,7 +36,7 @@ spec:
3636
apiVersion: apps/v1
3737
kind: Deployment
3838
name: mastodon-sidekiq
39-
minReplicas: 3
39+
minReplicas: 2
4040
maxReplicas: 6
4141
metrics:
4242
- type: Resource

0 commit comments

Comments
 (0)