mediawiki: fix probes to properly query pod health (#1163)

* mediawiki: fix probes to properly query pod health

* bump chart version

* update chart.yaml

- use bitnami-bot as maintainer name
- add appVersion
This commit is contained in:
Sameer Naik
2017-06-08 11:31:41 +02:00
committed by Adnan Abdulhussein
parent 8ad6c5d936
commit 54733366df
2 changed files with 6 additions and 7 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
name: mediawiki
version: 0.4.9
version: 0.4.10
appVersion: 1.28.2
description: Extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database.
keywords:
- mediawiki
@@ -11,6 +12,6 @@ icon: https://bitnami.com/assets/stacks/mediawiki/img/mediawiki-stack-220x234.pn
sources:
- https://github.com/bitnami/bitnami-docker-mediawiki
maintainers:
- name: Bitnami
- name: bitnami-bot
email: containers@bitnami.com
engine: gotpl
+3 -5
View File
@@ -59,16 +59,14 @@ spec:
containerPort: 443
livenessProbe:
httpGet:
path: /
path: /index.php
port: http
initialDelaySeconds: 120
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
path: /index.php
port: http
initialDelaySeconds: 5
timeoutSeconds: 1
initialDelaySeconds: 30
resources:
{{ toYaml .Values.resources | indent 10 }}
volumeMounts: