Skip to content

Add support to configure healthchecks of instances being created/updated  #10

Description

@WalkingMist

Currently, there are no facilities to configure healthchecks of the instance being created / updated via this GitHub Action and the default healthcheck grace period is too short that will fail a potential good deployment.

Maybe something like this will work:

- name: Build and deploy the application
  uses: koyeb/action-git-deploy@v1
  with:
   ...
    service-healthchecks:
    - port: 80
      protocol: "http"
      path: "/"
      method: "GET"
      is_public: true
      grace_period: 300
      interval: 30
      restart_limit: 3
      timeout: 600
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions