Skip to content

Commit

Permalink
chore(healthchecks): healthchecks are mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 15, 2023
1 parent 1f4e4b5 commit 0149eff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schemas/ApplicationResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ allOf:
- $ref: './BaseResponse.yaml'
- $ref: './ServiceStorageResponse.yaml'
- type: object
required:
- healthchecks
properties:
environment:
$ref: './ReferenceObject.yaml'
Expand Down
1 change: 1 addition & 0 deletions src/schemas/ContainerResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ allOf:
- max_running_instances
- maximum_cpu
- maximum_memory
- healthchecks
properties:
environment:
$ref: './ReferenceObject.yaml'
Expand Down
1 change: 1 addition & 0 deletions src/schemas/job/JobResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ allOf:
- max_running_instances
- maximum_cpu
- maximum_memory
- healthchecks
properties:
environment:
$ref: '../ReferenceObject.yaml'
Expand Down

0 comments on commit 0149eff

Please sign in to comment.