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

Helm chart #7

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Helm chart #7

wants to merge 12 commits into from

Conversation

haloss1
Copy link

@haloss1 haloss1 commented May 13, 2024

Hey, i made this helm chart to deploy menufic on Kubernetes, please feel free to review it.

Copy link

sonarcloud bot commented May 13, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

app: {{ printf "%s-%s" .Release.Name .Chart.Name }}
spec:
containers:
- name: {{ printf "%s-%s" .Release.Name .Chart.Name }}

Check warning

Code scanning / SonarCloud

CPU limits should be enforced Medium

Specify a CPU limit for this container. See more on SonarCloud
app: {{ printf "%s-%s" .Release.Name .Chart.Name }}
spec:
containers:
- name: {{ printf "%s-%s" .Release.Name .Chart.Name }}

Check warning

Code scanning / SonarCloud

Memory limits should be enforced Medium

Specify a memory limit for this container. See more on SonarCloud
metadata:
labels:
app: {{ printf "%s-%s" .Release.Name .Chart.Name }}
spec:

Check warning

Code scanning / SonarCloud

Service account tokens should not be mounted in pods Medium

Set automountServiceAccountToken to false for this specification of kind Deployment. See more on SonarCloud
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.

None yet

1 participant