Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters to create an [[Ingress]] with createDeployment

Hierarchy

  • IngressConfig

Index

Properties

Optional annotations

annotations?: Record<string, unknown>

kubernetes annotations

hosts

hosts: string[]

hosts to listen to

isProduction

isProduction: boolean

is a production ingress

name

name: string

ingress name

Optional secretName

secretName?: string

name of the secret for TLS certificate

Optional serviceName

serviceName?: string

name of the target service

Optional servicePortName

servicePortName?: string

the name of the port of the target service

Generated using TypeDoc