Skip to content

Commit

Permalink
Merge pull request #5 from MS3Inc/allow-resource-overriding
Browse files Browse the repository at this point in the history
2.5 Allow resource overriding
  • Loading branch information
rlratcliffe authored Jan 31, 2023
2 parents f67d165 + be769c9 commit 3c5e00e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tavros/camel-web-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.2.4
version: 0.2.5

# 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
Expand Down
2 changes: 2 additions & 0 deletions tavros/camel-web-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ spec:
livenessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
env:
- name: JAEGER_SERVICE_NAME
value: {{ .Release.Name }}
Expand Down
2 changes: 1 addition & 1 deletion tavros/camel-web-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ livenessProbe:
initialDelaySeconds: 60
periodSeconds: 10

# resources:
resources: {}
# limits:
# cpu: 500m
# memory: 1Gi
Expand Down

0 comments on commit 3c5e00e

Please sign in to comment.