Fixes service.type value for production (#17446)

Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
Rafael Ríos Saavedra
2019-09-26 03:13:10 -07:00
committed by Kubernetes Prow Robot
parent 7967a151df
commit a042321d1a
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