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