From a41c35fd3e82ccc1271a33f84671fbb4e11dd3db Mon Sep 17 00:00:00 2001 From: Sam Culley Date: Mon, 4 Jan 2021 07:40:39 +0000 Subject: [PATCH] enabled replicacount value for ghost deployment (#4873) --- bitnami/ghost/Chart.yaml | 2 +- bitnami/ghost/templates/deployment.yaml | 2 +- bitnami/ghost/values.yaml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 64c2c61f7e..f3f5129b33 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - http://www.ghost.org/ -version: 11.1.9 +version: 11.2.0 diff --git a/bitnami/ghost/templates/deployment.yaml b/bitnami/ghost/templates/deployment.yaml index c58abb3904..875b6caa90 100644 --- a/bitnami/ghost/templates/deployment.yaml +++ b/bitnami/ghost/templates/deployment.yaml @@ -14,7 +14,7 @@ metadata: spec: selector: matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }} - replicas: 1 + replicas: {{ .Values.replicaCount }} template: metadata: labels: {{- include "common.labels.standard" . | nindent 8 }} diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index f2fc8c4470..7582642f9f 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -27,6 +27,9 @@ image: # pullSecrets: # - myRegistryKeySecretName +## Number of ghost replicas to deploy +replicaCount: 1 + ## Command and args for running the Ghost container (set to default if not set). Use array form ## command: []