openstack-helm-infra/ingress/templates
Phil Sphicas 341e9b29df Ingress: Configure Default SSL Certificate
Adds configuration options for the --default-ssl-certificate feature of
NGINX Ingress Controller, which provides a default certificate for
requests that do not match any configured server names.[0]

To enable with a new certificate, specify:
  .conf.default_ssl_certificate.enabled=true
  .endpoints.ingress.host_fqdn_override.public.tls.crt="PEM cert data"
  .endpoints.ingress.host_fqdn_override.public.tls.key="PEM key data"
  .manifests.secret_ingress_tls=true

To enable using a TLS cert in an existing secret, specify:
  .conf.default_ssl_certificate.enabled=true
  .conf.default_ssl_certificate.name="name of the secret"
  .conf.default_ssl_certificate.namespace="namespace of the secret"

0: https://kubernetes.github.io/ingress-nginx/user-guide/tls/#default-ssl-certificate

Change-Id: Idd704fd880f56137923d4c38cc188b130ee3b56d
2020-08-14 05:32:51 +00:00
..
bin Ingress: Configure Default SSL Certificate 2020-08-14 05:32:51 +00:00
configmap-bin.yaml error-pages: updating the defaultbackend version to 1.4 2020-05-26 10:42:29 -05:00
configmap-conf.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
configmap-services-tcp.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
configmap-services-udp.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
deployment-error.yaml error-pages: updating the defaultbackend version to 1.4 2020-05-26 10:42:29 -05:00
deployment-ingress.yaml Undo octal-values restriction together with corresponding code 2020-07-07 15:42:53 +00:00
endpoints-ingress.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
ingress.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
job-image-repo-sync.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
network_policy.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
secret-ingress-tls.yaml Ingress: Configure Default SSL Certificate 2020-08-14 05:32:51 +00:00
service-error.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
service-ingress-metrics-exporter.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
service-ingress.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00