mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/wordpress] Remove tls default values (#14419)
* remove tls default values Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com> * bump version Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
691a770df5
commit
ef6fb3efce
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: wordpress
|
||||
version: 5.12.1
|
||||
version: 5.12.2
|
||||
appVersion: 5.2.1
|
||||
description: Web publishing platform for building blogs and websites.
|
||||
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
|
||||
|
||||
@@ -247,10 +247,10 @@ ingress:
|
||||
|
||||
## The tls configuration for the ingress
|
||||
## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
|
||||
tls:
|
||||
- hosts:
|
||||
- wordpress.local
|
||||
secretName: wordpress.local-tls
|
||||
## tls:
|
||||
## - hosts:
|
||||
## - wordpress.local
|
||||
## secretName: wordpress.local-tls
|
||||
|
||||
secrets:
|
||||
## If you're providing your own certificates, please use this to add the certificates as secrets
|
||||
|
||||
@@ -250,10 +250,10 @@ ingress:
|
||||
|
||||
## The tls configuration for the ingress
|
||||
## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
|
||||
tls:
|
||||
- hosts:
|
||||
- wordpress.local
|
||||
secretName: wordpress.local-tls
|
||||
## tls:
|
||||
## - hosts:
|
||||
## - wordpress.local
|
||||
## secretName: wordpress.local-tls
|
||||
|
||||
secrets:
|
||||
## If you're providing your own certificates, please use this to add the certificates as secrets
|
||||
|
||||
Reference in New Issue
Block a user