Skip to content

Commit

Permalink
feat(chart): CI/CD를 위한 k8s manifest 추가 (#5)
Browse files Browse the repository at this point in the history
* chore(chart): Add argocd chart

- #3

* chore(chart): Add harbor chart

- #3

* feat(package/helm-value-inferer): Add helm-chart version

- kube-ops/chart/src/index.ts에도 version 명시

* chore(package/k8s-generated): Add crd for helm chart

* fix(chart): Fix script for custom dns resolver on MacOS

* chore(chart): Add cert-manager chart

- #3

* chore(chart)!: Deprecate cdk8s-loader

* feat(chart): Add scripts/deploy-manifest.sh

- #4

* chore(chart): Add execute permission on scripts/*

- chmod +x ./scripts/*

* chore(chart): cert-manager

- Certificate생성시 k8s의 기본 coredns로 Chellenge 요청가던 이슈 해결
- #3

* chore(chart): argocd

- cert-manager를 통한 tls생성 추가
- #3

* chore(chart): harbor ingress tls

- #3

* chore(chart): coredns Corefile

- forward 추가
- #3

* chore(chart): Add jenkins

- #3
  • Loading branch information
BaeKY committed Jan 16, 2023
1 parent 262298c commit 921d220
Show file tree
Hide file tree
Showing 85 changed files with 51,156 additions and 6,916 deletions.
2 changes: 1 addition & 1 deletion chart/chart-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env:
LB_IP_ADDRESS_POOL: 10.0.0.1/32
NS_IP: 10.0.0.1
CUSTOM_DOMAIN: localhost
CUSTOM_DOMAIN: cloud
18 changes: 18 additions & 0 deletions chart/helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,36 @@ charts:
- repo: metallb
chart: metallb
url: https://metallb.github.io/metallb
version: 0.13.7
- repo: ingress-nginx
chart: ingress-nginx
url: https://kubernetes.github.io/ingress-nginx
version: 4.4.0
- repo: prometheus-community
chart: kube-prometheus-stack
url: https://prometheus-community.github.io/helm-charts
version: 43.1.1
- repo: jenkins
chart: jenkins
url: https://charts.jenkins.io
version: 4.2.20
- repo: coredns
chart: coredns
url: https://coredns.github.io/helm
version: 1.19.7
- repo: external-dns
chart: external-dns
url: https://kubernetes-sigs.github.io/external-dns/
version: 1.12.0
- repo: argo
chart: argo-cd
url: https://argoproj.github.io/argo-helm
version: 5.17.1
- repo: harbor
chart: harbor
url: https://helm.goharbor.io
version: 1.11.0
- repo: jetstack
chart: cert-manager
url: https://charts.jetstack.io
version: 1.10.1
6 changes: 0 additions & 6 deletions chart/manifest/0000-metallb.k8s.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: metallb-system
namespace: metallb-system
---
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
Expand Down
Loading

0 comments on commit 921d220

Please sign in to comment.