mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
Synchronize upstreamed folder to b9f1d210d
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: wordpress
|
||||
version: 7.2.3
|
||||
version: 7.3.0
|
||||
appVersion: 5.2.2
|
||||
description: Web publishing platform for building blogs and websites.
|
||||
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
|
||||
|
||||
@@ -92,6 +92,7 @@ The following table lists the configurable parameters of the WordPress chart and
|
||||
| `service.type` | Kubernetes Service type | `LoadBalancer` |
|
||||
| `service.port` | Service HTTP port | `80` |
|
||||
| `service.httpsPort` | Service HTTPS port | `443` |
|
||||
| `service.httpsTargetPort` | Service Target HTTPS port | `https` |
|
||||
| `service.metricsPort` | Service Metrics port | `9117` |
|
||||
| `service.externalTrafficPolicy` | Enable client source IP preservation | `Cluster` |
|
||||
| `service.nodePorts.http` | Kubernetes http node port | `""` |
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
{{- end }}
|
||||
- name: https
|
||||
port: {{ .Values.service.httpsPort }}
|
||||
targetPort: https
|
||||
targetPort: {{ .Values.service.httpsTargetPort }}
|
||||
{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePorts.https)))}}
|
||||
nodePort: {{ .Values.service.nodePorts.https }}
|
||||
{{- else if eq .Values.service.type "ClusterIP" }}
|
||||
|
||||
@@ -193,6 +193,10 @@ service:
|
||||
port: 80
|
||||
# HTTPS Port
|
||||
httpsPort: 443
|
||||
# HTTPS Target Port
|
||||
# defaults to https unless overridden to the specified port.
|
||||
# if you want the target port to be "http" or "80" you can specify that here.
|
||||
httpsTargetPort: https
|
||||
# metrics Port
|
||||
metricsPort: 9117
|
||||
##
|
||||
|
||||
@@ -193,6 +193,10 @@ service:
|
||||
port: 80
|
||||
# HTTPS Port
|
||||
httpsPort: 443
|
||||
# HTTPS Target Port
|
||||
# defaults to https unless overridden to the specified port.
|
||||
# if you want the target port to be "http" or "80" you can specify that here.
|
||||
httpsTargetPort: https
|
||||
# metrics Port
|
||||
metricsPort: 9117
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user