Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- CI
- 스크레이핑
- GitLab
- ECR
- docker
- gitlab cd
- 모의해킹
- sonarqube
- Resource
- Jenkins
- linkerd
- Grafana
- helm
- eks
- argocd
- scraping
- Prometheus
- Service Mesh
- Monitoring
- DevOps
- deploy
- 웹 취약점
- gitlab ci
- 웹 해킹
- 크롤링
- CD
- CI/CD
- opentelemetry
- Kubernetes
- Crawling
Archives
- Today
- Total
목록gitlab runner (1)
ㅡ.ㅡ
[Gitlab] Gitlab Runner 연동
CI/CD 진행 시 해당 Runner를 통해 작업을 지시한다. helm gitlab-runner 설치 helm repo add gitlab https://charts.gitlab.io helm pull gitlab/gitlab-runner tar -xvzf gitlab-runner.tgz values.yaml파일 수정 40 gitlabUrl: 주소 41 42 ## The Registration Token for adding new Runners to the GitLab Server. This must 43 ## be retrieved from your GitLab Instance. 44 ## ref: https://docs.gitlab.com/ce/ci/runners/README.html 45 ## 46..
WorkFlow
2021. 9. 19. 14:43