Cedric Hnyda
6c903f6092
[helm-toolkit]: Allow tls for external ingress without specifying key and crt
It will allow using letsencrypt for a specific endpoint.
For example:
network:
use_external_ingress_controller: true
api:
ingress:
classes:
namespace: "nginx"
cluster: "nginx-cluster"
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: "letsencrypt"
endpoints:
cluster_domain_suffix: cluster.local
image:
port:
api:
public: 443
scheme:
public: https
hosts:
default: glance
public: glance-public
host_fqdn_override:
public:
host: glance.example.com
tls:
dnsNames:
- glance.example.com
issuerRef:
name: letsencrypt
kind: ClusterIssuer
Signed-off-by: Cedric Hnyda <ced.hnyda@gmail.com>
Change-Id: I5065213bbc25464bef596003c9967258489db455
2023-01-03 10:58:25 +01:00
..
2020-05-07 02:11:15 +00:00
2021-11-03 14:27:23 +00:00
2023-01-03 10:58:25 +01:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2022-03-23 10:30:59 -03:00
2019-11-21 20:05:34 +00:00
2022-07-20 14:28:47 -05:00
2020-07-21 17:12:18 +00:00
2020-05-07 02:11:15 +00:00