* | Abhishek | Add option to add secondary service port
This commit is contained in:
@@ -107,7 +107,7 @@ export const addDeployment = (manifest: any) => {
|
||||
})
|
||||
}
|
||||
|
||||
export const portTypes = ['serviceport', 'metrics']
|
||||
export const portTypes = ['serviceport', 'metrics','secondary-service-port']
|
||||
|
||||
export const newExposedPort = () => {
|
||||
return { name: '', port: 0 }
|
||||
|
||||
Reference in New Issue
Block a user