반응형
nexus helm(github.com/choisungwook/portfolio/tree/master/kubernetes/helm/nexus-charts)은 공식 helm을 참고하여 커스터마이징 했고 nexus-proxy를 사용하지 않습니다.
nexus ingress path가 "/"이 아니고 다른 경로를 사용하려면, 환경변수 NEXUS_CONTEXT에 변경할 ingress path를 설정해야 합니다.
▶ helm chart values.yaml 예: github.com/choisungwook/portfolio/blob/master/kubernetes/helm/nexus-charts/values.yaml
ingress:
enabled: true
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
env:
- name: NEXUS_CONTEXT
value: nexus
hosts:
- host: "helloworld.com"
paths:
- path: "/nexus"
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
반응형
'전공영역 공부 기록' 카테고리의 다른 글
리눅스 timezone을 서울로 변경 (0) | 2021.01.25 |
---|---|
argocd helm: http ingress 사용 (2) | 2021.01.11 |
jenkins helm: ingress path변경 (0) | 2021.01.11 |
kibana helm: ingress path 변경 (0) | 2021.01.11 |
argocd helm: ingress path설정 (0) | 2021.01.11 |