mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
* feat(kubernetes): add ingress details * fix(kubernetes): fix broken ingress generated links + ignore IP retrieval/display info on missing LB ingress ip * refactor(kubernetes): each ingress rule in apps port mappings has now its own row * feat(kubernetes): remove protocol column and concat it to container port * feat(kubernetes): edit display of ingress rules in application details * feat(kubernetes): minor UI update Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>
17 lines
No EOL
465 B
JSON
17 lines
No EOL
465 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "app",
|
|
"module": "commonjs",
|
|
"paths": {
|
|
"Agent/*": ["agent/*"],
|
|
"Azure/*": ["azure/*"],
|
|
"Docker/*": ["docker/*"],
|
|
"Extensions/*": ["extensions/*"],
|
|
"Kubernetes/*": ["kubernetes/*"],
|
|
"Portainer/*": ["portainer/*"]
|
|
}
|
|
},
|
|
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"]
|
|
} |