wiremind-helm-charts
wiremind-helm-charts copied to clipboard
Clamav ingress 'UNKNOWN COMMAND'
Im installing clamav on a EKS cluster version 1.24, the pod is up and running but when trying to access the ingress url i get the message "UNKNOWN COMMAND".
Nginx controller version 4.1 with NLB as a service
ClamAV doesn't speak HTTP, so having an Ingress for it doesn't really make sense.
It does, however, speak a plaintext based protocol. So it "understands" the GET request you're sending, but replies aptly with "UNKNOWN COMMAND".