-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: main
Are you sure you want to change the base?
Introduce seasonpass api #2418
Conversation
ipdae
commented
Feb 19, 2025
- 시즌패스 api 서버를 eks 로 이전합니다.
|
@@ -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 |
There was a problem hiding this comment.
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 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여긴 $.Values.seasonpass.api
이거 안쓰나요
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 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
서비스어카운트는 이미 트래커쪽에서 만드니까 여기선 빼주시는게 좋겠습니다