k8s-docker-suite-app-murano/Applications/Tomcat/package/UI/ui.yaml

40 lines
1.2 KiB
YAML

Version: 2
Application:
?:
type: io.murano.apps.docker.DockerTomcat
name: $.appConfiguration.name
host: $.appConfiguration.host
publish: $.appConfiguration.publish
password: $.appConfiguration.password
Forms:
- appConfiguration:
fields:
- name: name
type: string
label: Application Name
initial: 'DockerTomcat'
description: >-
Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and
underline are allowed
- name: password
type: password
label: Admin Password
description: Password for admin user in Tomcat
- name: host
type:
- io.murano.apps.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost
label: Container Host
description: >-
Select an instance of Docker contaniner hosting provider to run the app
- name: publish
type: boolean
label: Make application accessible from outside
initial: true
required: false
description: >-
Check if you intend to access application from the Internet