18 lines
463 B
YAML
18 lines
463 B
YAML
---
|
|
# Container settings
|
|
registry_url: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu
|
|
repository_name: j.r/application-consumption-demo-algorithm
|
|
image_tag: optimized
|
|
container_image: "{{ registry_url }}/{{ repository_name }}"
|
|
container_name: example-ml-app
|
|
|
|
# App settings
|
|
app_environment: production
|
|
app_port: 5000
|
|
greeting_message: "Hello from SemaphoreUI Demo"
|
|
remove_image: false
|
|
|
|
enable_health_check: true
|
|
healthcheck_retries: 20
|
|
healthcheck_delay: 2
|