Skip to content

Commit

Permalink
chore: add skip webhook annotation key. (labring#4785)
Browse files Browse the repository at this point in the history
Signed-off-by: yy <[email protected]>
  • Loading branch information
lingdie authored Jun 17, 2024
1 parent 02e12d6 commit 30b61ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/providers/applaunchpad/deploy/Kubefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30b61ff

Please sign in to comment.