Skip to main content

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

image

Type: String

Image coordinate e.g. on Dockerhub: adito/cloudmanager


tag

Type: String

Image tag e.g. latest, 2023.0.1, 1.0.0


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.


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.


envVars

Type: String

Environment Variables which will be set on the container. The variables have to be comma separated (',') Example: myEnv=123,ThisIsAlsoValid,ThisWillWorkToo=


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]