diff --git a/tavros/camel-web-service/Chart.yaml b/tavros/camel-web-service/Chart.yaml index 1717781..f297008 100644 --- a/tavros/camel-web-service/Chart.yaml +++ b/tavros/camel-web-service/Chart.yaml @@ -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 diff --git a/tavros/camel-web-service/templates/deployment.yaml b/tavros/camel-web-service/templates/deployment.yaml index 9e44303..fdd0793 100644 --- a/tavros/camel-web-service/templates/deployment.yaml +++ b/tavros/camel-web-service/templates/deployment.yaml @@ -60,6 +60,8 @@ spec: livenessProbe: {{- toYaml . | nindent 12 }} {{- end }} + resources: + {{- toYaml .Values.resources | nindent 12 }} env: - name: JAEGER_SERVICE_NAME value: {{ .Release.Name }} diff --git a/tavros/camel-web-service/values.yaml b/tavros/camel-web-service/values.yaml index f3fcb7e..f54b559 100644 --- a/tavros/camel-web-service/values.yaml +++ b/tavros/camel-web-service/values.yaml @@ -53,7 +53,7 @@ livenessProbe: initialDelaySeconds: 60 periodSeconds: 10 -# resources: +resources: {} # limits: # cpu: 500m # memory: 1Gi