Skip to content

Conversation

@Cho-D-YoungRae
Copy link
Contributor

@Cho-D-YoungRae Cho-D-YoungRae commented Aug 7, 2023

Motivation

Helm 배포를 위한 Helm chart 구성

Key Changes

  • helm 디렉토리에 헬름 차트 구성
  • Spring boot version 2.6 -> 2.7
    • 2.7 미만에서는 ssl PEM 인증 방식 사용 불가능한데 PEM 인증을 사용하기 위해서 버전 업그레이드
    • 헬름 템플릿 함수를 통해 인증서를 발급하고 있는데, 여기서는 PKCS#12(기존에 이용하던 방식, spring boot 2.6) 지원하지 않음

Description

차트 배포 이전에 설치는 helm 디렉토리로 이동 후 아래 커맨드를 이용하면 됩니다.

 helm install --create-namespace -n resource-group-controller resource-group-controller .

Dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant