Skip to content
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

SO1S-487 istio-sidecar-생성-방식-변경 #47

Merged

Conversation

NEM-NE
Copy link
Member

@NEM-NE NEM-NE commented Oct 20, 2022

istio-sidecar-생성-방식-변경

Tasks

  • inference deployment istio annotations 추가

Discussion

  • deploy 레포 머지가 완료되는데로 머지할 예정입니다.

Jira

  • SO1S-487

@NEM-NE NEM-NE added the Refactoring 코드를 개선 및 정리했습니다. label Oct 20, 2022
@NEM-NE NEM-NE self-assigned this Oct 20, 2022
@sonarqube-so1s

This comment has been minimized.

Copy link
Member

@DPS0340 DPS0340 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

String host = deployment.getEndPoint().toLowerCase();

Deployment inferenceDeployment = new DeploymentBuilder()
.withNewMetadata()
.withName(deployName)
.withNamespace(namespace)
.addToLabels(labels)
.addToAnnotations(annotations)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment 자체의 어노테이션이 아닌 WithNewTemplate 구문부터 시작되는 Pod에 대해 Annotation을 추가해주셔야 합니다~

Copy link
Member

@DPS0340 DPS0340 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 👍

@NEM-NE
Copy link
Member Author

NEM-NE commented Oct 20, 2022

@DPS0340 수정했습니다! 놓친 거 알려주셔서 고마워요 :)

@sonarqube-so1s
Copy link

Passed

Analysis Details

20 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 20 Code Smells

Coverage and Duplications

  • Coverage 67.25% Coverage (74.20% Estimated after merge)
  • Duplications 0.00% Duplicated Code (1.50% Estimated after merge)

Project ID: So1S_backend_AYHrZkBbJVI_JANDYCcZ

View in SonarQube

@DPS0340 DPS0340 merged commit d3238f6 into main Oct 20, 2022
@DPS0340 DPS0340 deleted the SO1S-487-deploy-monitoring-istio-sidecar-생성-방식-변경 branch October 20, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring 코드를 개선 및 정리했습니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants