From c77dbdb6312130f52f0cea4a308f81c27066470b Mon Sep 17 00:00:00 2001 From: Yvann PONCE Date: Tue, 29 Oct 2024 20:19:38 +0100 Subject: [PATCH] add rabitmq --- charts/poulet/Chart.lock | 8 ++++---- charts/poulet/Chart.yaml | 6 +++--- charts/poulet/charts/adapter/Chart.yaml | 2 +- charts/poulet/charts/data-manager/Chart.yaml | 2 +- .../charts/data-manager/templates/deployment.yaml | 12 +++--------- 5 files changed, 12 insertions(+), 18 deletions(-) diff --git a/charts/poulet/Chart.lock b/charts/poulet/Chart.lock index f755294..b493f0f 100644 --- a/charts/poulet/Chart.lock +++ b/charts/poulet/Chart.lock @@ -28,9 +28,9 @@ dependencies: version: 15.0.4 - name: adapter repository: "" - version: 0.1.0 + version: 0.1.1 - name: data-manager repository: "" - version: 0.1.0 -digest: sha256:7c51fa1c06d03c016da22b8cb085339532a927be2090eaab817e66f73ee6423d -generated: "2024-10-29T20:05:15.7660324+01:00" + version: 0.1.1 +digest: sha256:a36fcc1d0fc0c0ea4bf2636f12230cc0d0af515ce80426d5f45afdb682bf7237 +generated: "2024-10-29T20:19:12.3186668+01:00" diff --git a/charts/poulet/Chart.yaml b/charts/poulet/Chart.yaml index e4330c1..5533d70 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.26 +version: 0.1.27 # 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 @@ -56,8 +56,8 @@ dependencies: version: 15.0.4 repository: https://charts.bitnami.com/bitnami - name: adapter - version: 0.1.0 + version: 0.1.1 condition: adapter - name: data-manager - version: 0.1.0 + version: 0.1.1 condition: data-manager \ No newline at end of file diff --git a/charts/poulet/charts/adapter/Chart.yaml b/charts/poulet/charts/adapter/Chart.yaml index 671b31c..a6a92e0 100644 --- a/charts/poulet/charts/adapter/Chart.yaml +++ b/charts/poulet/charts/adapter/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.0 +version: 0.1.1 # 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/charts/data-manager/Chart.yaml b/charts/poulet/charts/data-manager/Chart.yaml index d4a6763..e4121c8 100644 --- a/charts/poulet/charts/data-manager/Chart.yaml +++ b/charts/poulet/charts/data-manager/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.0 +version: 0.1.1 # 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/charts/data-manager/templates/deployment.yaml b/charts/poulet/charts/data-manager/templates/deployment.yaml index f44ab30..690f18e 100644 --- a/charts/poulet/charts/data-manager/templates/deployment.yaml +++ b/charts/poulet/charts/data-manager/templates/deployment.yaml @@ -42,7 +42,7 @@ spec: protocol: TCP env: - name: PROMETHEUS_SERVER - value: https://prometheus.al.apoorva64.com/api/v1/write + value: "https://prometheus.al.apoorva64.com/api/v1/write" - name: RABBITMQ_SERVER value: poulet-rabbitmq:5672 - name: RABBITMQ_USERNAME @@ -50,17 +50,11 @@ spec: - name: RABBITMQ_PASSWORD value: guest - name: NOTIFICATION_SERVER - value: http://doctor.al.apoorva64.com + value: "http://doctor.al.apoorva64.com" - name: CLIENT_INFO_SERVER - value: http://doctor.al.apoorva64.com + value: "http://doctor.al.apoorva64.com" - name: GATEWAY_ID value: 671954d2490bd363cd077544 - - RABBITMQ_SERVER=rabbitmq:5672 - - RABBITMQ_USERNAME=guest - - RABBITMQ_PASSWORD=guest - - NOTIFICATION_SERVER=http://alert-management:8082 - - CLIENT_INFO_SERVER=http://patient-management:8083 - - GATEWAY_ID= livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: