반응형
jenkins helm은 공식 helm(github.com/jenkinsci/helm-charts)을 사용했습니다.
ingress path를 "/"이 아닌 것을 사용할 경우 jenkinsUriPrefix를 설정해야 합니다.
▶ 수정 values.yaml: github.com/choisungwook/portfolio/blob/master/kubernetes/helm/jenkins-charts/values.yaml
controller:
serviceType: NodePort
jenkinsUriPrefix: "/jenkins"
ingress:
enabled: true
hostName: "helloworld.com"
path: "/jenkins"
반응형
'전공영역 공부 기록' 카테고리의 다른 글
argocd helm: http ingress 사용 (2) | 2021.01.11 |
---|---|
nexus helm: ingress path 변경 (0) | 2021.01.11 |
kibana helm: ingress path 변경 (0) | 2021.01.11 |
argocd helm: ingress path설정 (0) | 2021.01.11 |
쿠버네티스 대시보드 helm의 ingress path 설정 (1) | 2021.01.11 |