File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ name: ghost
3333sources :
3434 - https://github.com/bitnami/bitnami-docker-ghost
3535 - http://www.ghost.org/
36- version : 11.1.9
36+ version : 11.2.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
1414spec :
1515 selector :
1616 matchLabels : {{- include "common.labels.matchLabels" . | nindent 6 }}
17- replicas : 1
17+ replicas : {{ .Values.replicaCount }}
1818 template :
1919 metadata :
2020 labels : {{- include "common.labels.standard" . | nindent 8 }}
Original file line number Diff line number Diff line change 2727 # pullSecrets:
2828 # - myRegistryKeySecretName
2929
30+ # # Number of ghost replicas to deploy
31+ replicaCount : 1
32+
3033# # Command and args for running the Ghost container (set to default if not set). Use array form
3134# #
3235command : []
You can’t perform that action at this time.
0 commit comments