Skip to content

Commit

Permalink
feat: remove rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham1729 committed Dec 12, 2023
1 parent 560b277 commit 77be936
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
7 changes: 2 additions & 5 deletions infrastructure/k8s/folio-feed-helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.2.0
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 12.3.0
digest: sha256:cca2363aeb0169b21027a86ee5bccbe8f6e21dded207f455f9b45b13975f79fd
generated: "2023-11-02T09:40:48.126929+09:00"
digest: sha256:5463b168938e3ed87ee71a5dd02d6fcaa5c7ff613bd441c653eca0943061bf95
generated: "2023-12-13T08:44:58.730698+09:00"
6 changes: 3 additions & 3 deletions infrastructure/k8s/folio-feed-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies:
- name: postgresql
version: 13.2.0
repository: https://charts.bitnami.com/bitnami
- name: rabbitmq
version: 12.3.0
repository: https://charts.bitnami.com/bitnami
# - name: rabbitmq
# version: 12.3.0
# repository: https://charts.bitnami.com/bitnami
14 changes: 7 additions & 7 deletions infrastructure/k8s/folio-feed-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ analyzer:



rabbitmq:
replicaCount: 1
persistence:
storageClass: "standard-rwo"
size: 5Gi
nodeSelector:
cloud.google.com/gke-spot: "true"
#rabbitmq:
# replicaCount: 1
# persistence:
# storageClass: "standard-rwo"
# size: 5Gi
# nodeSelector:
# cloud.google.com/gke-spot: "true"

postgresql:
global:
Expand Down

0 comments on commit 77be936

Please sign in to comment.