-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create basic Kubernetes pods and services #710
Conversation
Codecov Report
@@ Coverage Diff @@
## main #710 +/- ##
=======================================
Coverage 96.37% 96.37%
=======================================
Files 45 45
Lines 2539 2539
=======================================
Hits 2447 2447
Misses 92 92
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Excited to see this continue to evolve!
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.
This is great! nice work!
Create initial manifest files for some of our building blocks --------- Co-authored-by: nickbristow <richard.nick.bristow@gmail.com>
PULL REQUEST
Summary
This change adds the two manifest files we've been working off for the SeCRET team - adding the load balancers and the pods/deployments the load balancers use.
Related Issue
Related to #686
Additional Information
These aren't yet part of our CI/CD flow at all - I'm just adding them to the repo for reference.