[stable/ghost] Release 0.4.9 (#1097)

* ghost: update to `bitnami/ghost:0.11.9-r0`
* ghost: bump chart version to `0.4.9`
* ghost: fix probes to properly query pod health
This commit is contained in:
Bitnami Bot
2017-05-25 14:33:23 -06:00
committed by Michael Goodness
parent bdebe50627
commit 31f1b3198d
2 changed files with 15 additions and 9 deletions
+14 -8
View File
@@ -66,18 +66,24 @@ spec:
containerPort: 2368
livenessProbe:
httpGet:
path: /
path: /ghost
port: http
httpHeaders:
- name: Host
value: {{ include "host" . | quote }}
initialDelaySeconds: 120
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
exec:
command:
- sh
- -c
- nami status ghost | grep "ghost is running"
initialDelaySeconds: 5
timeoutSeconds: 1
httpGet:
path: /ghost
port: http
httpHeaders:
- name: Host
value: {{ include "host" . | quote }}
initialDelaySeconds: 30
timeoutSeconds: 3
periodSeconds: 5
resources:
{{ toYaml .Values.resources | indent 10 }}
volumeMounts:
+1 -1
View File
@@ -1,7 +1,7 @@
## Bitnami Ghost image version
## ref: https://hub.docker.com/r/bitnami/ghost/tags/
##
image: bitnami/ghost:0.11.8-r1
image: bitnami/ghost:0.11.9-r0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'