Commit f36496c2 authored by S M Y's avatar S M Y
Browse files

Removed health check for initial purpose

parent fed9e0ec
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -3,7 +3,5 @@
shell: "docker service rm notification-service"
ignore_errors: yes
#- name: Deploy notification service
# shell: "docker service create --with-registry-auth --replicas {{ notification_replicas }} -p 9012:9000 --name notification-service --hostname notification-service --limit-memory {{ notification_limit_memory }} --limit-cpu {{ notification_limit_cpu }} --health-cmd 'wget -qO- notification-service:9000/service/health || exit 1' --health-timeout 3s --health-retries 3 --network application_default --env-file /home/deployer/env/sunbird_notification-service.env {{hub_org}}/{{image_name}}:{{image_tag}}"
- name: Deploy notification service
shell: "docker service create --with-registry-auth --replicas {{ notification_replicas }} -p 9012:9000 --name notification-service --hostname notification-service --limit-memory {{ notification_limit_memory }} --limit-cpu {{ notification_limit_cpu }} --network application_default --env-file /home/deployer/env/sunbird_notification-service.env {{hub_org}}/{{image_name}}:{{image_tag}}"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment