Files
application-consumption-dem…/group_vars/all.yml
Matteo Basile af525dfd06 first commit
2026-07-16 08:46:35 +02:00

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