diff --git a/upstreamed/wordpress/Chart.yaml b/upstreamed/wordpress/Chart.yaml index 4fcd7022e..388ba3359 100644 --- a/upstreamed/wordpress/Chart.yaml +++ b/upstreamed/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/upstreamed/wordpress/README.md b/upstreamed/wordpress/README.md index 13596d1c1..5735c2a21 100644 --- a/upstreamed/wordpress/README.md +++ b/upstreamed/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/upstreamed/wordpress/values-production.yaml b/upstreamed/wordpress/values-production.yaml index 416e93f79..08563a6f9 100644 --- a/upstreamed/wordpress/values-production.yaml +++ b/upstreamed/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