first commit

This commit is contained in:
Matteo Basile
2026-07-16 08:46:35 +02:00
commit af525dfd06
13 changed files with 340 additions and 0 deletions

17
group_vars/all.yml Normal file
View File

@@ -0,0 +1,17 @@
---
# 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