Resource Type: kubernetes_ingress_tls

Defined in:
lib/puppet/type/kubernetes_ingress_tls.rb
Providers:
swagger

Overview

IngressTLS describes the transport layer security associated with an Ingress.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • hosts

    Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.

  • secret_name

    SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the ‘Host’ header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.

Parameters

  • name (namevar)

    Name of the ingress_tls.

  • provider

    The specific backend to use for this ‘kubernetes_ingress_tls` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.