Skip to content

feat(application-template): support extra services for canary deployment#41

Merged
hschoi1104 merged 1 commit intomainfrom
feat/application-template-extra-services
Feb 25, 2026
Merged

feat(application-template): support extra services for canary deployment#41
hschoi1104 merged 1 commit intomainfrom
feat/application-template-extra-services

Conversation

@hschoi1104
Copy link
Copy Markdown
Member

Summary

  • Gateway API canary 배포를 위한 server.extraServices 값 추가
  • 기존 service.yaml 템플릿을 복수 Service 생성 가능하도록 수정
  • Chart 버전 1.9.0 → 1.9.1

Changes

  • templates/server/service.yaml: extraServices 목록을 range하여 기본 Service + 추가 Service 생성
  • values.yaml: server.extraServices: [] 기본값 추가
  • Chart.yaml: 버전 bump 1.9.1

Usage

server:
  extraServices:
    - authz-canary

위 설정 시 기본 서비스(authz) + canary 서비스(authz-canary)가 동일한 ports/selector로 생성됩니다.

@hschoi1104 hschoi1104 self-assigned this Feb 25, 2026
@hschoi1104 hschoi1104 force-pushed the feat/application-template-extra-services branch 2 times, most recently from 344a98d to fbe25e0 Compare February 25, 2026 14:14
@hschoi1104 hschoi1104 merged commit ecc4ff0 into main Feb 25, 2026
@hschoi1104 hschoi1104 deleted the feat/application-template-extra-services branch February 25, 2026 14:14
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