Skip to content

Commit

Permalink
fix:app statefulset & template develop (#4363)
Browse files Browse the repository at this point in the history
* fix:app statefulset & template develop

Signed-off-by: jingyang <3161362058@qq.com>

* fix maxUnavailable

Signed-off-by: jingyang <3161362058@qq.com>

---------

Signed-off-by: jingyang <3161362058@qq.com>
  • Loading branch information
zjy365 committed Nov 29, 2023
1 parent e649c51 commit 9466c12
Show file tree
Hide file tree
Showing 4 changed files with 2,527 additions and 2,676 deletions.
5 changes: 5 additions & 0 deletions docs/website/src/pages/index.tsx
Expand Up @@ -26,6 +26,11 @@ const Home = () => {
script1.setAttribute('data-website-id', 'e5a8009f-7cb6-4841-9522-d23b96216b7a');
script1.async = true;
document.head.appendChild(script1);

const scriptBaidu = document.createElement('script');
scriptBaidu.src = 'https://hm.baidu.com/hm.js?508769a0373e6443cbdf6fa135104b4b';
scriptBaidu.async = true;
document.head.appendChild(scriptBaidu);
} else {
const script2 = document.createElement('script');
script2.src = 'https://umami.cloud.sealos.io/oishii';
Expand Down

0 comments on commit 9466c12

Please sign in to comment.