-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: rework project structure #255
chore: rework project structure #255
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
8475e8f
to
3f4cae5
Compare
…ctor-blockchain-and-transactions-pool # Conflicts: # go.mod # go.sum
This reverts commit 08b5cb6.
@@ -66,6 +66,8 @@ | |||
memory: {{ $container.resources.requests.memory }} | |||
limits: | |||
memory: {{ $container.resources.limits.memory }} | |||
cpu: {{ $container.resources.limits.cpu }} |
Check warning
Code scanning / SonarCloud
CPU limits should be enforced
@@ -66,6 +66,8 @@ | |||
memory: {{ $container.resources.requests.memory }} | |||
limits: | |||
memory: {{ $container.resources.limits.memory }} | |||
cpu: {{ $container.resources.limits.cpu }} | |||
ephemeral-storage: {{ $container.resources.limits.storage }} |
Check warning
Code scanning / SonarCloud
Storage limits should be enforced
Quality Gate passedIssues Measures |
Checklist: