Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add VerticalPodAutoscaler, resource requests and limits, and priority… #6

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

dustin-decker
Copy link
Contributor

… class

@dustin-decker dustin-decker requested a review from ahrav September 12, 2024 14:46
@@ -16,6 +16,13 @@ spec:
app.kubernetes.io/name: {{ include "trufflehog.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
{{- if .Values.priorityClass.create }}
priorityClassName: trufflehog-enterprise
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

@@ -34,3 +41,20 @@ spec:
volumeMounts:
- name: config-secret-volume
mountPath: /secret/
resources:
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

@dustin-decker dustin-decker merged commit e3768f7 into main Sep 12, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants