murano-apps/kubernetes/io.murano.apps.docker.Docke.../UI/ui.yaml

42 lines
1.1 KiB
YAML

Version: 2
Application:
?:
type: io.murano.apps.docker.DockerHTTPd
name: $.appConfiguration.name
host: $.appConfiguration.host
port: $.appConfiguration.port
publish: $.appConfiguration.publish
Forms:
- appConfiguration:
fields:
- name: name
type: string
label: Application Name
initial: 'DockerHTTPd'
description: >-
Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and
underline are allowed
- name: host
type: io.murano.apps.docker.kubernetes.KubernetesPod
label: Container Host
description: >-
Select an instance of Docker contaniner hosting provider to run the app
- name: port
type: integer
label: Port
minValue: 1
maxValue: 65535
initial: 80
description: >-
Select a port to run the app
- name: publish
type: boolean
initial: false
label: Make application accessible from outside
initial: false
required: true