Skip to content

Commit

Permalink
add rabitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
YvannPONCE committed Oct 29, 2024
1 parent ae6236a commit c77dbdb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
8 changes: 4 additions & 4 deletions charts/poulet/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 3 additions & 3 deletions charts/poulet/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.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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/poulet/charts/adapter/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.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
Expand Down
2 changes: 1 addition & 1 deletion charts/poulet/charts/data-manager/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.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
Expand Down
12 changes: 3 additions & 9 deletions charts/poulet/charts/data-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,19 @@ 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
value: guest
- 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:
Expand Down

0 comments on commit c77dbdb

Please sign in to comment.