How do I Specify the instance count via docker -compose file for Kompose #958
Closed
Description
Hi,
I have a docker compose file as below
version: '3' services: worker: image: dockersamples/examplevotingapp_worker networks: - frontend - backend deploy: mode: replicated replicas: 6
Will kompose automatically specify as by replica count in deployment yaml file ? If not what is the way to achieve this ?
Thanks
Metadata
Assignees
Labels
No labels