compose/pkg/e2e/fixtures/logs-test/compose.yaml
Amit Saha 8c964f5ad3 Update E2E test
Signed-off-by: Amit Saha <asaha@atlassian.com>
2023-11-29 13:56:16 +01:00

10 lines
176 B
YAML

services:
ping:
image: alpine
init: true
command: ping localhost -c ${REPEAT:-1}
hello:
image: alpine
command: echo hello
deploy:
replicas: 2