diff --git a/frontend/providers/applaunchpad/src/utils/deployYaml2Json.ts b/frontend/providers/applaunchpad/src/utils/deployYaml2Json.ts index 51668832a4c..b6414ee140c 100644 --- a/frontend/providers/applaunchpad/src/utils/deployYaml2Json.ts +++ b/frontend/providers/applaunchpad/src/utils/deployYaml2Json.ts @@ -430,7 +430,8 @@ export const json2Ingress = (data: AppEditType) => { { http01: { ingress: { - class: 'nginx' + class: 'nginx', + serviceType: 'ClusterIP' } } }