Skip to content

Commit

Permalink
Merge pull request #1233 from Icarus9913/fix/wk/charts-comment
Browse files Browse the repository at this point in the history
fix charts value comment
  • Loading branch information
weizhoublue authored Dec 28, 2022
2 parents 328d949 + b125da9 commit 20fe719
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions charts/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ spiderpoolAgent:
podLabels: {}

resources:
## @param spiderpoolAgent.resources.limits.cpu the cpu limit of spiderpoolAgent pod
## @param spiderpoolAgent.resources.limits.memory the memory limit of spiderpoolAgent pod
## @param spiderpoolAgent.resources.requests.cpu the cpu requests of spiderpoolAgent pod
## @param spiderpoolAgent.resources.requests.memory the memory requests of spiderpoolAgent pod
limits:
## @param spiderpoolAgent.resources.limits.cpu the cpu limit of spiderpoolAgent pod
cpu: 1000m
## @param spiderpoolAgent.resources.limits.memory the memory limit of spiderpoolAgent pod
memory: 1024Mi
requests:
## @param spiderpoolAgent.resources.requests.cpu the cpu requests of spiderpoolAgent pod
cpu: 100m
## @param spiderpoolAgent.resources.requests.memory the memory requests of spiderpoolAgent pod
memory: 128Mi

## @param spiderpoolAgent.securityContext the security Context of spiderpoolAgent pod
Expand Down Expand Up @@ -438,15 +438,15 @@ spiderpoolController:
# runAsUser: 0

resources:
## @param spiderpoolController.resources.limits.cpu the cpu limit of spiderpoolController pod
## @param spiderpoolController.resources.limits.memory the memory limit of spiderpoolController pod
## @param spiderpoolController.resources.requests.cpu the cpu requests of spiderpoolController pod
## @param spiderpoolController.resources.requests.memory the memory requests of spiderpoolController pod
limits:
## @param spiderpoolController.resources.limits.cpu the cpu limit of spiderpoolController pod
cpu: 500m
## @param spiderpoolController.resources.limits.memory the memory limit of spiderpoolController pod
memory: 1024Mi
requests:
## @param spiderpoolController.resources.requests.cpu the cpu requests of spiderpoolController pod
cpu: 100m
## @param spiderpoolController.resources.requests.memory the memory requests of spiderpoolController pod
memory: 128Mi

podDisruptionBudget:
Expand Down Expand Up @@ -671,15 +671,15 @@ spiderpoolInit:
extraArgs: []

resources:
## @param spiderpoolInit.resources.limits.cpu the cpu limit of spiderpoolInit pod
## @param spiderpoolInit.resources.limits.memory the memory limit of spiderpoolInit pod
## @param spiderpoolInit.resources.requests.cpu the cpu requests of spiderpoolInit pod
## @param spiderpoolInit.resources.requests.memory the memory requests of spiderpoolInit pod
limits:
## @param spiderpoolInit.resources.limits.cpu the cpu limit of spiderpoolInit pod
cpu: 200m
## @param spiderpoolInit.resources.limits.memory the memory limit of spiderpoolInit pod
memory: 256Mi
requests:
## @param spiderpoolInit.resources.requests.cpu the cpu requests of spiderpoolInit pod
cpu: 100m
## @param spiderpoolInit.resources.requests.memory the memory requests of spiderpoolInit pod
memory: 128Mi

## @param spiderpoolInit.extraEnv the additional environment variables of spiderpoolInit container
Expand Down

0 comments on commit 20fe719

Please sign in to comment.