fix(clamav): enable service (#1742)
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://hub.docker.com/r/clamav/clamav
|
- https://hub.docker.com/r/clamav/clamav
|
||||||
- https://docs.clamav.net/
|
- https://docs.clamav.net/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -53,8 +53,10 @@ service:
|
|||||||
port: 3310
|
port: 3310
|
||||||
targetPort: 3310
|
targetPort: 3310
|
||||||
milter:
|
milter:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
milter:
|
milter:
|
||||||
|
enabled: true
|
||||||
port: 7357
|
port: 7357
|
||||||
targetPort: 7357
|
targetPort: 7357
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user