-
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
issue #1: GKE cluster using Terraform (first iteration) #4
issue #1: GKE cluster using Terraform (first iteration) #4
Conversation
Finesse URL: https://finesse.ninebasetwo.xyz/ |
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.
Previously made a number of comments on this PR but I don't see replies or acknowlegement to them. Can you address the comments @ThomasCardin so I can close those conversation threads?
Done |
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.
three conversations open waiting for follow up
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.
I'll revisit once the changes are implemented
@rngadam Do you have time to review. Every requested changes are done |
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.
LGTM
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.
submitting some additional comments that I had made on monday but forgot to submit!
.mlc_config.json
Outdated
@@ -0,0 +1,3 @@ | |||
{ | |||
"aliveStatusCodes": [999,200,403] | |||
} |
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.
EOF newline missing! also same content about 999 as before. I also don't think we should accept 403 (documentations behind authentication)
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.
Done
…-cluster-for-gcp-w-the-ingress-nginx
Linting error from the |
This pull request represents the initial iteration of migrating our deployment to Kubernetes.
In this PR, you will find:
Additionally, it includes a sample application for testing the Ingress.
What you won't find in this PR:
Issues that will be closed: