Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Local Path Provisioner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Local Path Provisioner
Commits
d0c33c2e
Commit
d0c33c2e
authored
1 year ago
by
Vivian Ta
Committed by
Derek Su
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: SWI-11761 add ability to set resources requests/limits for helper pod
parent
9c53a343
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/chart/local-path-provisioner/templates/configmap.yaml
+3
-0
3 additions, 0 deletions
deploy/chart/local-path-provisioner/templates/configmap.yaml
deploy/chart/local-path-provisioner/values.yaml
+9
-0
9 additions, 0 deletions
deploy/chart/local-path-provisioner/values.yaml
with
12 additions
and
0 deletions
deploy/chart/local-path-provisioner/templates/configmap.yaml
+
3
−
0
View file @
d0c33c2e
...
...
@@ -52,3 +52,6 @@ data:
image: {{ .Values.helperImage.repository }}:{{ .Values.helperImage.tag }}
{{- end }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{- toYaml .Values.helperPod.resources | nindent 8 }}
This diff is collapsed.
Click to expand it.
deploy/chart/local-path-provisioner/values.yaml
+
9
−
0
View file @
d0c33c2e
...
...
@@ -116,6 +116,15 @@ resources: {}
# cpu: 100m
# memory: 128Mi
helperPod
:
resources
:
{}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
rbac
:
# Specifies whether RBAC resources should be created
create
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment