From 30b61ff29133a563a035fb314de594d1bfc75bed Mon Sep 17 00:00:00 2001 From: yy <56745951+lingdie@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:13:23 +0800 Subject: [PATCH] chore: add skip webhook annotation key. (#4785) Signed-off-by: yy --- frontend/providers/applaunchpad/deploy/Kubefile | 2 +- .../providers/applaunchpad/deploy/manifests/deploy.yaml.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/providers/applaunchpad/deploy/Kubefile b/frontend/providers/applaunchpad/deploy/Kubefile index caa151491c7..e052ade7ab7 100644 --- a/frontend/providers/applaunchpad/deploy/Kubefile +++ b/frontend/providers/applaunchpad/deploy/Kubefile @@ -9,7 +9,7 @@ ENV cloudDomain="127.0.0.1.nip.io" ENV cloudPort="" ENV certSecretName="wildcard-cert" -ENV ingressSecret="wildcard-cert" +ENV ingressTlsSecretName="wildcard-cert" ENV monitorUrl="http://launchpad-monitor.sealos.svc.cluster.local:8428" CMD ["kubectl apply -f manifests"] diff --git a/frontend/providers/applaunchpad/deploy/manifests/deploy.yaml.tmpl b/frontend/providers/applaunchpad/deploy/manifests/deploy.yaml.tmpl index ffa8023d873..78793ae6eb3 100644 --- a/frontend/providers/applaunchpad/deploy/manifests/deploy.yaml.tmpl +++ b/frontend/providers/applaunchpad/deploy/manifests/deploy.yaml.tmpl @@ -16,8 +16,8 @@ data: domain: {{ .cloudDomain }} port: {{ if .cloudPort }}:{{ .cloudPort }}{{ end }} common: - guideEnabled: {{ .guideEnabled }} - apiEnabled: {{ .apiEnabled }} + guideEnabled: false + apiEnabled: false launchpad: ingressTlsSecretName: {{ .ingressTlsSecretName }} eventAnalyze: