2023-10-19から1日間の記事一覧

Jenkinsのhelm chartをインストールした

github.com を参考にインストールした $ helm repo add jenkins https://charts.jenkins.io $ helm repo update $ helm install jenkins jenkins/jenkins NAME: jenkins LAST DEPLOYED: Sat Oct 30 16:21:03 2021 NAMESPACE: default STATUS: deployed REVIS…

GitLabのhelm chartをインストールした

docs.gitlab.com を参考にhelm chartを活用してGitLabをインストールする。 環境はk3s + helmである。 $ helm repo add gitlab https://charts.gitlab.io/ $ helm repo update $ helm upgrade --install gitlab gitlab/gitlab \ --timeout 600s \ --set glob…