All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.jdp Maven / Gradle / Ivy

io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.enabled=If Dev Services for ClamAV has been explicitly enabled or disabled. Dev Services are generally enabled\nby default, unless there is an existing configuration present.
io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.freshClam=Flag to enable the FreshClam daemon to update the virus database daily. Default it is disabled.
io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.healthEnabled=If ClamAv registers in the health check by pinging the service.
io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.imageName=The ClamAV container image to use.
io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.logging=Enable or disable ClamAV container logging
io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.serviceName=The value of the {@code quarkus-dev-service-clamav} label attached to the started container.\nThis property is used when {@code shared} is set to {@code true}.\nIn this case, before starting a container, Dev Services for Minio looks for a container with the\n{@code quarkus-dev-service-clamav} label\nset to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it\nstarts a new container with the {@code quarkus-dev-service-clamav} label set to the specified value.\n

\nThis property is used when you need multiple shared ClamAV servers. io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.shared=Indicates if the ClamAV server managed by Quarkus Dev Services is shared.\nWhen shared, Quarkus looks for running containers using label-based service discovery.\nIf a matching container is found, it is used, and so a second one is not started.\nOtherwise, Dev Services for ClamAV starts a new container.\n

\nThe discovery uses the {@code quarkus-dev-service-clamav} label.\nThe value is configured using the {@code service-name} property.\n

\nContainer sharing is only used in dev mode. io.quarkiverse.antivirus.deployment.ClamAVBuildConfig.startupTimeout=The ClamAV container image to use.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy