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

fix: kubernetes deployment #92

Merged
merged 1 commit into from
Apr 26, 2024
Merged

fix: kubernetes deployment #92

merged 1 commit into from
Apr 26, 2024

Conversation

leovct
Copy link
Member

@leovct leovct commented Apr 26, 2024

Description

The contract service will run in a pod in Kubernetes. Unfortunately, there is no command specified when starting the service, thus the pod will terminate just after startup. As we need this service to be available later in the deployment, we simply add an infinite loop to trick Kubernetes so that the pod stays alive. This has no impact on Docker deployments.

References (if applicable)

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@leovct leovct marked this pull request as ready for review April 26, 2024 14:47
Copy link
Contributor

@rebelArtists rebelArtists left a comment

Choose a reason for hiding this comment

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

lgtm

@leovct leovct merged commit ff95974 into main Apr 26, 2024
7 checks passed
@leovct leovct deleted the fix/kubernetes-deployment branch April 26, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants