-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adding more pods to foo service in prod #6
base: main
Are you sure you want to change the base?
Conversation
@@ -7,7 +7,7 @@ metadata: | |||
annotations: | |||
appTag: latest | |||
spec: | |||
replicas: 10 | |||
replicas: 15 |
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
@@ -6,6 +6,7 @@ metadata: | |||
name: bar-web | |||
annotations: | |||
appTag: latest | |||
newAnnotation: test |
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.
all the services are getting the new annotation ✅
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.
wow ! it was so easy reviewing all these changes thanks to MANI-DIFFY ! 🎉
No description provided.