mirror of
https://github.com/bitnami/charts.git
synced 2026-02-28 15:37:42 +08:00
enabled replicacount value for ghost deployment (#4873)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user