* | Abhishek | Add option to add secondary service port

This commit is contained in:
Abhishek Katiyar
2021-04-12 12:11:29 +05:30
parent 52f4aabcbf
commit 33213b81a7

View File

@@ -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 }