mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(ing): nodeport validate and show errors [EE-4373] (#7801)
This commit is contained in:
parent
fd91de3571
commit
7a6ff10268
13 changed files with 135 additions and 62 deletions
|
@ -23,6 +23,8 @@ const _KubernetesService = Object.freeze({
|
|||
Note: '',
|
||||
Ingress: false,
|
||||
Selector: {},
|
||||
nodePortError: false,
|
||||
servicePortError: false,
|
||||
});
|
||||
|
||||
export class KubernetesService {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue