Synchronize upstreamed folder to a042321d1

This commit is contained in:
bitnami-bot
2019-09-26 10:35:09 +00:00
parent 8e2cd124cb
commit c044d26df3
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: wordpress
version: 7.3.7
version: 7.3.8
appVersion: 5.2.3
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
-6
View File
@@ -180,12 +180,6 @@ $ helm install --name my-release -f ./values-production.yaml stable/wordpress
+ replicaCount: 3
```
- Kubernetes Service type:
```diff
- service.type: LoadBalancer
+ service.type: ClusterIP
```
- Enable client source IP preservation:
```diff
- service.externalTrafficPolicy: Cluster
+1 -1
View File
@@ -188,7 +188,7 @@ mariadb:
## For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP
##
service:
type: ClusterIP
type: LoadBalancer
# HTTP Port
port: 80
# HTTPS Port