From 77be9362ec069ba84d2b657feceb50ac9350b74b Mon Sep 17 00:00:00 2001 From: gowtham1729 Date: Wed, 13 Dec 2023 08:45:38 +0900 Subject: [PATCH] feat: remove rabbitmq --- infrastructure/k8s/folio-feed-helm/Chart.lock | 7 ++----- infrastructure/k8s/folio-feed-helm/Chart.yaml | 6 +++--- infrastructure/k8s/folio-feed-helm/values.yaml | 14 +++++++------- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/infrastructure/k8s/folio-feed-helm/Chart.lock b/infrastructure/k8s/folio-feed-helm/Chart.lock index d19c686..03fffc2 100644 --- a/infrastructure/k8s/folio-feed-helm/Chart.lock +++ b/infrastructure/k8s/folio-feed-helm/Chart.lock @@ -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" diff --git a/infrastructure/k8s/folio-feed-helm/Chart.yaml b/infrastructure/k8s/folio-feed-helm/Chart.yaml index 9843438..945ee6a 100644 --- a/infrastructure/k8s/folio-feed-helm/Chart.yaml +++ b/infrastructure/k8s/folio-feed-helm/Chart.yaml @@ -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 \ No newline at end of file +# - name: rabbitmq +# version: 12.3.0 +# repository: https://charts.bitnami.com/bitnami \ No newline at end of file diff --git a/infrastructure/k8s/folio-feed-helm/values.yaml b/infrastructure/k8s/folio-feed-helm/values.yaml index f22d55f..b63c3fd 100644 --- a/infrastructure/k8s/folio-feed-helm/values.yaml +++ b/infrastructure/k8s/folio-feed-helm/values.yaml @@ -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: