Skip to main content
Version: 2025.1

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

PropertySummary
envVarsEnvironment Variables which will be set on the container. The variables have to be comma separated (',') Example: myEnv=123,ThisIsAlsoValid,ThisWillWorkToo=
imageImage coordinate e.g. on Dockerhub: adito/cloudmanager
mountPathThe 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…
portPort 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…
publishIf an application is published, it is publicly accessible from the internet. You can reach your service via…
tagImage 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: 65536

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