opssight-connector icon indicating copy to clipboard operation
opssight-connector copied to clipboard

Perceptor config map change

Open mattfenwick opened this issue 6 years ago • 1 comments

New perceptor configmap schema:

{
    "Hub": {
        "Host": "",
        "User": "",
        "PasswordEnvVar": "",
        "ClientTimeoutMilliseconds": 5000,
        "Port": 443,
        "ConcurrentScanLimit": 2,
        "TotalScanLimit": 1000
    },
    "PruneOrphanedImagesPauseMinutes": 9999999,
    "UseMockMode": false,
    "Port": 3001,
    "LogLevel": debug
}

mattfenwick avatar Aug 30 '18 19:08 mattfenwick