-
Notifications
You must be signed in to change notification settings - Fork 392
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
feat: support HPA in helm chart #5127
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5127 +/- ##
==========================================
- Coverage 66.89% 66.87% -0.03%
==========================================
Files 210 210
Lines 33027 33027
==========================================
- Hits 22093 22086 -7
- Misses 9593 9598 +5
- Partials 1341 1343 +2 ☔ View full report in Codecov by Sentry. |
thanks @Dean-Coakley this looks good ! can you add a test in https://github.com/envoyproxy/gateway/tree/main/test/helm |
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
704a1ec
to
4536daf
Compare
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
Signed-off-by: Dean Coakley <[email protected]>
e589a5b
to
9b20d0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
{{- if .Values.hpa.minReplicas }} | ||
minReplicas: {{ .Values.hpa.minReplicas }} | ||
{{- end }} | ||
maxReplicas: {{ .Values.hpa.maxReplicas }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maxReplicas: {{ .Values.hpa.maxReplicas }} | |
{{- if .Values.hpa.maxReplicas }} | |
maxReplicas: {{ .Values.hpa.maxReplicas }} | |
{{- end }} |
missing?
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #4929
Release Notes: Yes