Skip to content

Commit

Permalink
Merge pull request #107 from qpoint-io/marc-barry/update-qtap
Browse files Browse the repository at this point in the history
Update Qpoint Tap to Qpoint v0.2.5 and introduce resource limits.
  • Loading branch information
marc-barry authored Aug 22, 2024
2 parents f9e2308 + a0ef045 commit cba43df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/qpoint-tap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.3
version: 0.0.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.1.10"
appVersion: "v0.2.5"
19 changes: 8 additions & 11 deletions charts/qpoint-tap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,15 @@ middlewareEgress:
addr: 127.0.0.1
port: 11001

# The following resources are used for the tap pod. They need to be adjusted to your needs and based
# on the resources available on your cluster.
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
limits:
cpu: 1000m
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi

# Additional volumes on the output Deployment definition.
volumes:
Expand Down

0 comments on commit cba43df

Please sign in to comment.