From ad632c83d4bf3ec9ab072b9469a92ff25d8c91f1 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 5 Apr 2024 15:16:30 +1100 Subject: [PATCH] chore: set broker replicas to 1 --- charts/lagoon-core/Chart.yaml | 22 ++-------------------- charts/lagoon-core/values.yaml | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 9b18aa85..5f6dcfcc 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -21,7 +21,7 @@ type: application # 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: 1.42.0 +version: 1.43.0 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. @@ -41,22 +41,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: update Lagoon appVersion to v2.18.0 - - kind: changed - description: remove unused legacy registry setting from core - - kind: changed - description: modify keycloak liveness and readiness endpoint - - kind: changed - description: added initcontainer to api to handle keycloak migrations - - kind: changed - description: updated insights-handler to v0.0.4 - - kind: fixed - description: apiDB livenessProbe access denied - - kind: added - description: apiDB readinessProbe uses sql query - - kind: added - description: apiDB startupProbe waits for init completion - - kind: added - description: apiDB configurable terminationGracePeriodSeconds - - kind: added - description: keycloakDB aligns to apiDB + description: reduce default replicas for broker to 1 diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 862a6515..ead42778 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -324,7 +324,7 @@ keycloakDB: - /usr/share/container-scripts/mysql/readiness-probe.sh broker: - replicaCount: 3 + replicaCount: 1 image: repository: uselagoon/broker pullPolicy: Always