20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"traefik": {
|
|
"access_logs": true,
|
|
"compression": true,
|
|
"dashboard": true,
|
|
"lets_encrypt": false,
|
|
"lets_encrypt_email": null,
|
|
"metrics": true,
|
|
"namespace": "traefik",
|
|
"rate_limiting": true,
|
|
"replicas": 2,
|
|
"resources": {
|
|
"cpu_limit": "1000m",
|
|
"cpu_request": "100m",
|
|
"memory_limit": "512Mi",
|
|
"memory_request": "128Mi"
|
|
},
|
|
"version": "3.3.0"
|
|
}
|
|
}
|