AliasDefinitionCloudService
This page provides generated reference documentation for the AliasDefinitionCloudService data model.
Alias Definition für Dienste die in der Operator Cloud gestartet werden
Overview
| Property | Summary |
|---|---|
| envVars | Environment Variables which will be set on the container. The variables have to be comma separated (',') Example: myEnv=123,ThisIsAlsoValid,ThisWillWorkToo= |
| image | Image coordinate e.g. on Dockerhub: adito/cloudmanager |
| mountPath | The path under which a persistent volume will be mounted. Can be used to store files that should be kept between restarts of the application. If this path is… |
| port | Port which will be used for communication. If the used image requires the use of a specific port, set it here. If no port is configured the default port 8080… |
| publish | If an application is published, it is publicly accessible from the internet. You can reach your service via… |
| tag | Image tag e.g. latest, 2023.0.1, 1.0.0 |
envVars
Type: String
Environment Variables which will be set on the container.
The variables have to be comma separated (',')
Example:
myEnv=123,ThisIsAlsoValid,ThisWillWorkToo=
image
Type: String
Image coordinate
e.g. on Dockerhub: adito/cloudmanager
mountPath
Type: String
The path under which a persistent volume will be mounted. Can be used to store files that should be kept between restarts of the application.
If this path is changed after files have already been stored, they may get lost!
Example:
/opt/mosaico/uploads/
This property is optional, if empty, no volume will be mounted.
port
Type: Integer
Constraints: Minimum: 0, Maximum: 65535
Port which will be used for communication. If the used image requires the use of a specific port, set it here.
If no port is configured the default port 8080 will be used.
publish
Type: Boolean
If an application is published, it is publicly accessible from the internet.
You can reach your service via https://[host]/services/cloud/cloudservice-[aliasDefinitionName]
tag
Type: String
Image tag
e.g. latest, 2023.0.1, 1.0.0