kanban/qa: Try sleep debug

This commit is contained in:
František Zatloukal 2024-05-29 11:57:38 +02:00
parent f8bf7b83ad
commit 0b40f9c460

View file

@ -34,6 +34,7 @@ spec:
containers: containers:
- name: kanban-web - name: kanban-web
image: kanban:latest image: kanban:latest
command: ["sleep", "60"]
ports: ports:
- containerPort: 8080 - containerPort: 8080
resources: {} resources: {}