-
Notifications
You must be signed in to change notification settings - Fork 14
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
#3685 - Convert SIMS Web to deployment object #4210
Conversation
Quality Gate passedIssues Measures |
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.
Great work with the conversion, looks good 👍
@@ -511,7 +511,7 @@ deploy-web: | |||
-p TLS_KEY=$(TLS_KEY) \ | |||
-p TLS_CA_CERTIFICATE=$(TLS_CA_CERTIFICATE) \ | |||
| oc -n $(NAMESPACE) apply -f - | |||
$(call rollout_and_wait,dc/$(WEB)) | |||
$(call rollout_and_wait,deployment/$(WEB)) |
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.
👍
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.
Nice work @dheepak-aot . And good read.
Convert Deployment Config to Deployment - SIMS Web
Resource
Updates
DeploymentConfig
objectsims-web
toDeployment
deploymentconfig
is replaced with labelapp
. This label is now used as selector.HorizontalPodAutoscaler
is now attached toDeployment
instead ofDeploymentConfig
.rollout status
command is now executed on deployment.