반응형
kibana helm은 공식 helm(github.com/elastic/helm-charts/tree/master/kibana)을 사용했습니다.
ingress path를 "/"가 아닌 다른 경로로 사용할 경우 healthCheckPath와 kibanaConfig를 수정해야 합니다.
▶ 수정 values.yaml: github.com/choisungwook/portfolio/blob/master/kubernetes/helm/efk-charts/charts/values.yaml
kibana:
service:
type: NodePort
healthCheckPath: "/kibana/app/kibana"
kibanaConfig:
kibana.yml: |
server.basePath: /kibana
server.rewriteBasePath: true
ingress:
enabled: true
annotations: {}
hosts:
- host: "helloworld.com"
paths:
- path: /kibana
tls: []
반응형
'전공영역 공부 기록' 카테고리의 다른 글
nexus helm: ingress path 변경 (0) | 2021.01.11 |
---|---|
jenkins helm: ingress path변경 (0) | 2021.01.11 |
argocd helm: ingress path설정 (0) | 2021.01.11 |
쿠버네티스 대시보드 helm의 ingress path 설정 (1) | 2021.01.11 |
도커 이미지 파일추출과 로드 (0) | 2021.01.03 |