fix(clamav): enable service (#1742)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -53,8 +53,10 @@ service:
|
||||
port: 3310
|
||||
targetPort: 3310
|
||||
milter:
|
||||
enabled: true
|
||||
ports:
|
||||
milter:
|
||||
enabled: true
|
||||
port: 7357
|
||||
targetPort: 7357
|
||||
|
||||
|
||||
Reference in New Issue
Block a user