[bitnami/phpmyadmin] phpmyadmin fix default probes (#2640)

* phpmyadmin fix default probes

* [bitnami/phpmyadmin] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Daniel Arteaga
2020-05-22 11:50:41 +02:00
committed by GitHub
parent 129f4bbca2
commit 81d7bc0401
2 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: phpmyadmin
version: 5.0.5
version: 5.0.6
appVersion: 5.0.2
description: phpMyAdmin is an mysql administration frontend
keywords:

View File

@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/phpmyadmin
tag: 5.0.2-debian-10-r58
tag: 5.0.2-debian-10-r63
## Specify a imagePullPolicy
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -123,20 +123,20 @@ ingress:
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
##
livenessProbe:
# initialDelaySeconds: 30
# timeoutSeconds: 30
# periodSeconds: 10
# successThreshold: 1
# failureThreshold: 6
initialDelaySeconds: 30
timeoutSeconds: 30
periodSeconds: 10
successThreshold: 1
failureThreshold: 6
httpGet:
path: /
port: http
readinessProbe:
# initialDelaySeconds: 30
# timeoutSeconds: 30
# periodSeconds: 10
# successThreshold: 1
# failureThreshold: 6
initialDelaySeconds: 30
timeoutSeconds: 30
periodSeconds: 10
successThreshold: 1
failureThreshold: 6
httpGet:
path: /
port: http
@@ -184,7 +184,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.8.0-debian-10-r43
tag: 0.8.0-debian-10-r51
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.