Skip to content

Commit

Permalink
테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
namioto committed Aug 2, 2024
1 parent 83612e1 commit 0a54be1
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NiFi Helm Chart</title>
</head>
<body>
<header>
<h1>NiFi Helm Chart</h1>
</header>
<main>
<section>
<h2>소개</h2>
<p>Apache NiFi를 Kubernetes 클러스터에 배포하기 위한 Helm Chart입니다. 이 Helm Chart를 사용하면 NiFi를 손쉽게 설치하고 관리할 수 있습니다.</p>
</section>
<section>
<h2>특징</h2>
<ul>
<li>간편한 설치 및 업그레이드</li>
<li>유연한 구성 옵션</li>
<li>확장 가능한 아키텍처</li>
</ul>
</section>
<section>
<h2>설치 방법</h2>
<ol>
<li>Helm 저장소 추가:
<pre><code>helm repo add kurly https://helloworld.kurly.com/helm-nifi</code></pre>
</li>
<li>Helm 차트 설치:
<pre><code>helm install my-nifi nifi/nifi</code></pre>
</li>
</ol>
</section>
<section>
<h2>문서</h2>
<p>자세한 내용은 <a href="https://github.com/thefarmersfront/nifi-helm">GitHub 페이지</a>를 참조하세요.</p>
</section>
</main>
<footer>
<p>&copy; 2023 NiFi Helm Chart</p>
</footer>
</body>
</html>

0 comments on commit 0a54be1

Please sign in to comment.