orangehrm: fix probes to properly query pod health (#1168)

* orangehrm: fix probes to properly query pod health

* bump chart version

- set maintainer name to bitnami-bot
- add appVersion
This commit is contained in:
Sameer Naik
2017-06-08 11:46:22 +02:00
committed by Adnan Abdulhussein
parent 54733366df
commit 7f3a4bfdd6
2 changed files with 6 additions and 7 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
name: orangehrm
version: 0.4.8
version: 0.4.9
appVersion: 3.3.3
description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business.
keywords:
- orangehrm
@@ -13,7 +14,7 @@ home: https://www.orangehrm.com
sources:
- https://github.com/bitnami/bitnami-docker-orangehrm
maintainers:
- name: Bitnami
- name: bitnami-bot
email: containers@bitnami.com
engine: gotpl
icon: https://bitnami.com/assets/stacks/orangehrm/img/orangehrm-stack-110x117.png
+3 -5
View File
@@ -54,16 +54,14 @@ spec:
containerPort: 443
livenessProbe:
httpGet:
path: /
path: /symfony/web/index.php
port: http
initialDelaySeconds: 120
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
path: /symfony/web/index.php
port: http
initialDelaySeconds: 5
timeoutSeconds: 1
initialDelaySeconds: 30
resources:
{{ toYaml .Values.resources | indent 10 }}
volumeMounts: