mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 03:25:53 +10:00
Synchronize upstreamed folder to a042321d1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user