kompose/script/test/fixtures/hpa/compose.yaml
jose luis 8ff0f334eb
fix EOF, DefaultMaxReplicas set to 3, extended user guide about hpa, more tests
add warning in situations like:
- maxreplicas < minreplicas
- value from label < 0
- validate percentage in cpu, memory metrics
2024-04-04 20:21:00 +02:00

11 lines
186 B
YAML

version: "3.8"
services:
web:
image: nginx
labels:
kompose.hpa.cpu: 50
kompose.hpa.memory: 70
kompose.hpa.replicas.min: 1
kompose.hpa.replicas.max: 10