Agents in host network mode
1. Configure a custom Helm values.yaml file
agent:
hostNetwork: true
monitoring:
port: 9102 # edit port if overlaps with existing2. Upgrade groundcover installation
For groundcover CLI-based installations
groundcover deploy -f <custom-values.yaml> For helm-based installations
helm upgrade <groundcover release name> groundcover/groundcover \
-n <groundcover namespace> --reuse-values -f <custom-values.yaml>Last updated
