-
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
Feature/dashboard #221
Feature/dashboard #221
Conversation
Terraform Initialization
|
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.
- insecure系の設定があればONに
- 名前はdashboardで統一
- monitoringというくくりにしたい
Terraform Initialization
|
Terraform Initialization
|
ingress: | ||
enabled: true | ||
tls: | ||
enabled: false |
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.
http でアクセスしたいので tls は無効化している
@@ -0,0 +1,10 @@ | |||
app: | |||
ingress: |
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.
どこにデプロイされるのかがよくわからないな……
kong: | ||
proxy: | ||
http: | ||
enabled: true |
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.
kong が有効?
Terraform Initialization
|
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.
確認しました
@@ -1,5 +1,7 @@ | |||
app: | |||
ingress: | |||
enabled: true | |||
hosts: | |||
- dashboard.drove-dev.ictsc.net |
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.
drove-dev.ictsc.net をここに書いてしまうと prod で適用できないので分ける必要がありそうです。
[may] k8s dashboard が dashboard. の名前空間を使うのは違和感があるかな……
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 spaceはk8s-dashboardのように修正する形でいいですかね?
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.
(k8s の namespace ではなくドメインの名前空間という意図ですが)そうです
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.
すみません。勘違いしてました。
Terraform Initialization
|
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.
よさそう!
Terraform Initialization
|
No description provided.