fix(clamav): enable service (#1742)

This commit is contained in:
Stavros Kois
2022-01-20 17:24:23 +01:00
committed by GitHub
parent 001ec08c1c
commit 0ab1ba28cb
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
- https://hub.docker.com/r/clamav/clamav
- https://docs.clamav.net/
type: application
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- utilities
+2
View File
@@ -53,8 +53,10 @@ service:
port: 3310
targetPort: 3310
milter:
enabled: true
ports:
milter:
enabled: true
port: 7357
targetPort: 7357