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

Latest commit

 

History

History
31 lines (27 loc) · 2.59 KB

File metadata and controls

31 lines (27 loc) · 2.59 KB

QoveryApi.Application

Properties

Name Type Description Notes
id String [readonly]
createdAt Date [readonly]
updatedAt Date [optional] [readonly]
storage [ServiceStorageStorageInner] [optional]
environment ReferenceObject
gitRepository ApplicationGitRepository [optional]
maximumCpu Number Maximum cpu that can be allocated to the application based on organization cluster configuration. unit is millicores (m). 1000m = 1 cpu [optional]
maximumMemory Number Maximum memory that can be allocated to the application based on organization cluster configuration. unit is MB. 1024 MB = 1GB [optional]
name String name is case insensitive
description String give a description to this application [optional]
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]
memory Number unit is MB. 1024 MB = 1GB [optional]
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]
ports [ServicePort] [optional]
_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]