description:Specifies the time interval between two environment snapshot jobs expressed as a string. For example 30s, 5m, 1h… Supported by the time.ParseDuration method
schema:
type:string
default:5m
- variable:hide_labels
label:Hide Labels
description:Hides containers with a specific label in the UI. Format "label=value"
schema:
type:list
default:[]
items:
- variable:label
label:Label
schema:
type:string
default:""
# Include{containerConfig}
# Include{serviceRoot}
- variable:main
label:Main Service
description:The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs:true
type:dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable:main
label:Main Service Port Configuration
schema:
additional_attrs:true
type:dict
attrs:
- variable:port
label:Port
description:This port exposes the container port on the service
schema:
type:int
default:10400
required:true
- variable:edge
label:Edge Service
description:The Edge Service
schema:
additional_attrs:true
type:dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable:edge
label:Edge Service Port Configuration
schema:
additional_attrs:true
type:dict
attrs:
- variable:port
label:Port
description:This port exposes the container port on the service