-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: deploy scoreserver #282
base: main
Are you sure you want to change the base?
Conversation
Terraform Initialization
|
spec: | ||
containers: | ||
- name: scoreserver | ||
image: ghcr.io/ictsc/ictsc-regalia/scoreserver:latest |
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.
タグが sha-{short sha} の形式になっているのでコンテナリポジトリの更新に合わせて更新できるようにしたい
dev と prod で更新のポリシーも変えたい
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.
どうしたらいいのかわからんのでアイデア募集中という状態
- name: DB_DSN | ||
valueFrom: | ||
secretKeyRef: | ||
name: postgres-app-credential |
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.
シークレットの管理方法がわからなくて手で入れてる
No description provided.