mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
21 lines
345 B
YAML
21 lines
345 B
YAML
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
svc:
|
|
shard:
|
|
replicas: 4
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
memory: 256Mi
|
|
router:
|
|
replicas: 3
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
memory: 256Mi
|
|
maxConcurrentRequests: 256
|