--- # Container settings registry_url: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu repository_name: j.r/application-consumption-demo-algorithm image_tag: optimized image_digest: "sha256:6cc8ab7c08f195cb65c689255418652fdf0094acaaa4ef63475d594039cda2ab" image_platform: "linux/amd64" container_image: "{{ registry_url }}/{{ repository_name }}" container_image_ref: "{{ container_image ~ ('@' ~ image_digest if (image_digest | default('') | length > 0) else ':' ~ image_tag) }}" 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