wordpress: Small fixes in values.yaml (#4174)

This commit is contained in:
Kai Chen
2018-03-16 04:40:21 -07:00
committed by k8s-ci-robot
parent 74b9dd78e9
commit 92f9a985ed
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: wordpress
version: 0.8.12
version: 0.8.13
appVersion: 4.9.4
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+4 -4
View File
@@ -3,7 +3,7 @@
##
image: bitnami/wordpress:4.9.4-r5
## Specify a imagePullPolicy
## Specify an imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
imagePullPolicy: IfNotPresent
@@ -75,7 +75,7 @@ externalDatabase:
##
mariadb:
## Whether to use the database specified as a requirement or not.
## If you want to use an external database set this to false and supply details to externalDatabase above
## If you want to use an external database, set this to false and supply details to externalDatabase above
enabled: true
## MariaDB admin password
@@ -145,8 +145,8 @@ readinessProbe:
failureThreshold: 6
successThreshold: 1
## Configure ingress resource that allow you to access the
## Wordpress instalation. Set up the URL
## Configure the ingress resource that allows you to access the
## Wordpress installation. Set up the URL
## ref: http://kubernetes.io/docs/user-guide/ingress/
##
ingress: