containers:
- name: service2
image: repo.local/service2:latest
ports:
- containerPort: 80
- name: restart-service1
image: busybox
command: ['sh', '-c', 'wget http://service1/restart; echo waiting for restart service1; sleep 2; tail -f /dev/null;']