From a042321d1aa393aff116a67256791176d2b281e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Thu, 26 Sep 2019 12:13:10 +0200 Subject: [PATCH] Fixes service.type value for production (#17446) Signed-off-by: Rafael Rios Saavedra --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/README.md | 6 ------ stable/wordpress/values-production.yaml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 4fcd7022e4..388ba33597 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -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 diff --git a/stable/wordpress/README.md b/stable/wordpress/README.md index 13596d1c17..5735c2a217 100644 --- a/stable/wordpress/README.md +++ b/stable/wordpress/README.md @@ -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 diff --git a/stable/wordpress/values-production.yaml b/stable/wordpress/values-production.yaml index 416e93f799..08563a6f9f 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -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