반응형
argocd helm은 공식 helm(github.com/argoproj/argo-helm/tree/master/charts/argo-cd)을 사용했습니다.
ingress 프로토콜을 http로 사용할 경우 환경변수에 --insecure을 설정해야합니다.
▶ 예제 values.yaml: github.com/choisungwook/portfolio/blob/master/kubernetes/helm/argocd-charts/values.yaml
server:
extraArgs:
- --insecure
반응형
'전공영역 공부 기록' 카테고리의 다른 글
Dockerfile지정해서 도커 빌드 (0) | 2021.02.04 |
---|---|
리눅스 timezone을 서울로 변경 (0) | 2021.01.25 |
nexus helm: ingress path 변경 (0) | 2021.01.11 |
jenkins helm: ingress path변경 (0) | 2021.01.11 |
kibana helm: ingress path 변경 (0) | 2021.01.11 |