Skip to content

Commit

Permalink
✨ Add todo(user) to make clear the need to optimize the values of the…
Browse files Browse the repository at this point in the history
… manager resources according to the needs
  • Loading branch information
camilamacedo86 committed Oct 3, 2021
1 parent 7876dc5 commit a85438f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
# todo(user): Configure the resources accordingly to the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 200m
Expand Down
2 changes: 2 additions & 0 deletions testdata/project-v3-addon/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
# todo(user): Configure the resources accordingly to the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 200m
Expand Down
2 changes: 2 additions & 0 deletions testdata/project-v3-config/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
# todo(user): Configure the resources accordingly to the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 200m
Expand Down
2 changes: 2 additions & 0 deletions testdata/project-v3-multigroup/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
# todo(user): Configure the resources accordingly to the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 200m
Expand Down
2 changes: 2 additions & 0 deletions testdata/project-v3-v1beta1/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
# todo(user): Configure the resources accordingly to the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 200m
Expand Down
2 changes: 2 additions & 0 deletions testdata/project-v3/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
# todo(user): Configure the resources accordingly to the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 200m
Expand Down

0 comments on commit a85438f

Please sign in to comment.