Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce seasonpass api #2418

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

ipdae
Copy link
Member

@ipdae ipdae commented Feb 19, 2025

  • 시즌패스 api 서버를 eks 로 이전합니다.

@ipdae
Copy link
Member Author

ipdae commented Feb 19, 2025

  • @planetarium/devops 네트워크별로 실행되는 tracker와 다르게 api 서버는 공통으로 사용되는데 이경우는 어디에 위치해야할까요?

@ipdae ipdae marked this pull request as ready for review February 19, 2025 01:44
@auto-assign auto-assign bot requested review from area363, eseiker and sky1045 February 19, 2025 01:44
@ipdae ipdae changed the title (WIP)Introduce seasonpass api Introduce seasonpass api Feb 19, 2025
@sky1045
Copy link
Contributor

sky1045 commented Feb 19, 2025

@ipdae
https://github.com/planetarium/9c-infra/tree/main/9c-internal/common-dbs
이런식으로 하면 될것 같습니다

@@ -58,6 +58,9 @@ gateway:
hostnames:
- thor-internal-arena.9c.gg
- thor-preview-arena.9c.gg
- name: seasonpass-api
hostnames:
- season-pass-internal.9cc.gg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

@@ -0,0 +1,112 @@
{{- if $.Values.seasonpass.enabled }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여긴 $.Values.seasonpass.api 이거 안쓰나요

Comment on lines 2 to 10
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
eks.amazonaws.com/role-arn: {{ .Values.seasonpass.serviceAccount.roleArn }}
labels:
app.kubernetes.io/instance: {{ $.Release.Name }}
name: {{ $.Release.Name }}-seasonpass-iam-role
namespace: {{ $.Release.Name }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

서비스어카운트는 이미 트래커쪽에서 만드니까 여기선 빼주시는게 좋겠습니다

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.

2 participants