mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Adnan Abdulhussein
parent
8ad6c5d936
commit
54733366df
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user