This Helm chart deploys GD Scan, a cloud-native malware scanner.
The chart deploys one pod, consisting of two containers:
The token has to be set in the secret.dockerconfigjson
variable on deployment.
# Example values.yaml
secret:
dockerconfigjson: $$_BASE64_ENCODED_TOKEN_$$
helm repo add gdscan https://gdatasoftwareag.github.io/gdscan/
helm install gdscan gdscan/gdscan -f values.yaml
Usage is described in the application’s Swagger UI.
To get the latest malware signatures, update the helm chart with the following command. An update is recommended every hour.
helm repo update
helm upgrade gdscan gdscan/gdscan -f values.yaml
For pricing details please contact us. A free trail is possible.
Name | Description | Value |
---|---|---|
service.type |
service type | ClusterIP |
service.ports.api |
API service port | 8080 |
service.annotations |
service annotations | {} |
replicaCount |
number of pods | 1 |