diff --git a/charts/poulet/Chart.yaml b/charts/poulet/Chart.yaml index 0d5afb9..e4330c1 100644 --- a/charts/poulet/Chart.yaml +++ b/charts/poulet/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.1.25 +version: 0.1.26 # 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/charts/poulet/values.yaml b/charts/poulet/values.yaml index 6899fbd..917d205 100644 --- a/charts/poulet/values.yaml +++ b/charts/poulet/values.yaml @@ -262,6 +262,17 @@ frontend: #GATEWAY +rabbitmq: + auth: + password: password + resources: + limits: + cpu: 100m + memory: 128Mi + requests: + cpu: 100m + memory: 128Mi + adapter: nabled: true image: @@ -298,4 +309,4 @@ data-manager: memory: 128Mi requests: cpu: 100m - memory: 128Mi \ No newline at end of file + memory: 128Mi