kompose/script/test/fixtures/hpa/compose.yaml
jose luis 516930ccee
added more tests
e2e tests
fixed name labels
2024-04-02 17:31:19 +02:00

9 lines
184 B
YAML

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