Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 2.13 KB

File metadata and controls

25 lines (21 loc) · 2.13 KB

QoveryApi.ApplicationRequest

Properties

Name Type Description Notes
storage [ServiceStorageRequestStorageInner] [optional]
ports [ServicePortRequestPortsInner] [optional]
name String name is case insensitive
description String give a description to this application [optional]
gitRepository ApplicationGitRepositoryRequest
buildMode BuildModeEnum [optional]
dockerfilePath String The path of the associated Dockerfile. Only if you are using build_mode = DOCKER [optional]
buildpackLanguage BuildPackLanguageEnum [optional]
cpu Number unit is millicores (m). 1000m = 1 cpu [optional] [default to 500]
memory Number unit is MB. 1024 MB = 1GB [optional] [default to 512]
minRunningInstances Number Minimum number of instances running. This resource auto-scale based on the CPU and Memory consumption. Note: 0 means that there is no application running. [optional] [default to 1]
maxRunningInstances Number Maximum number of instances running. This resource auto-scale based on the CPU and Memory consumption. Note: -1 means that there is no limit. [optional] [default to 1]
healthchecks Healthcheck
autoPreview Boolean Specify if the environment preview option is activated or not for this application. If activated, a preview environment will be automatically cloned at each pull request. If not specified, it takes the value of the `auto_preview` property from the associated environment. [optional] [default to true]
_arguments [String] [optional]
entrypoint String optional entrypoint when launching container [optional]
autoDeploy Boolean Specify if the application will be automatically updated after receiving a new commit. [optional]