kubernetes-ingress-nginx.IngressController
Explore with Pulumi AI
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
Create IngressController Resource
new IngressController(name: string, args?: IngressControllerArgs, opts?: CustomResourceOptions);
@overload
def IngressController(resource_name: str,
opts: Optional[ResourceOptions] = None,
controller: Optional[ControllerArgs] = None,
default_backend: Optional[ControllerDefaultBackendArgs] = None,
dh_param: Optional[str] = None,
fullname_override: Optional[str] = None,
helm_options: Optional[ReleaseArgs] = None,
image_pull_secrets: Optional[Sequence[pulumi_kubernetes.core.v1.LocalObjectReferenceArgs]] = None,
name_override: Optional[str] = None,
pod_security_policy: Optional[ControllerPodSecurityPolicyArgs] = None,
rbac: Optional[ControllerRBACArgs] = None,
revision_history_limit: Optional[int] = None,
service_account: Optional[ControllerServiceAccountArgs] = None,
tcp: Optional[Mapping[str, Mapping[str, str]]] = None,
udp: Optional[Mapping[str, Mapping[str, str]]] = None)
@overload
def IngressController(resource_name: str,
args: Optional[IngressControllerArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewIngressController(ctx *Context, name string, args *IngressControllerArgs, opts ...ResourceOption) (*IngressController, error)
public IngressController(string name, IngressControllerArgs? args = null, CustomResourceOptions? opts = null)
public IngressController(String name, IngressControllerArgs args)
public IngressController(String name, IngressControllerArgs args, CustomResourceOptions options)
type: kubernetes-ingress-nginx:IngressController
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IngressControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IngressControllerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IngressControllerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IngressControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IngressControllerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
IngressController Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The IngressController resource accepts the following input properties:
- Controller
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Args - Default
Backend Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Default Backend Args Default 404 backend.
- Dh
Param string A base64ed Diffie-Hellman parameter. This can be generated with: openssl dhparam 4096 2> /dev/null | base64 Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param.
- Fullname
Override string Overrides for generated resource names.
- Helm
Options Pulumi.Kubernetes Ingress Nginx. Inputs. Release Args HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
- Image
Pull List<Pulumi.Secrets Kubernetes. Types. Inputs. Core. V1. Local Object Reference Args> Optional array of imagePullSecrets containing private registry credentials Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/.
- Name
Override string Overrides for generated resource names.
- Pod
Security Pulumi.Policy Kubernetes Ingress Nginx. Inputs. Controller Pod Security Policy Args If true, create & use Pod Security Policy resources https://kubernetes.io/docs/concepts/policy/pod-security-policy/
- Rbac
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller RBACArgs Enable RBAC as per https://github.com/kubernetes/ingress-nginx/blob/main/docs/deploy/rbac.md and https://github.com/kubernetes/ingress-nginx/issues/266
- Revision
History intLimit Rollback limit.
- Service
Account Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Service Account Args - Tcp
Dictionary<string, Immutable
Dictionary<string, string>> TCP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- Udp
Dictionary<string, Immutable
Dictionary<string, string>> UDP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- Controller
Controller
Args - Default
Backend ControllerDefault Backend Args Default 404 backend.
- Dh
Param string A base64ed Diffie-Hellman parameter. This can be generated with: openssl dhparam 4096 2> /dev/null | base64 Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param.
- Fullname
Override string Overrides for generated resource names.
- Helm
Options ReleaseArgs HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
- Image
Pull LocalSecrets Object Reference Args Optional array of imagePullSecrets containing private registry credentials Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/.
- Name
Override string Overrides for generated resource names.
- Pod
Security ControllerPolicy Pod Security Policy Args If true, create & use Pod Security Policy resources https://kubernetes.io/docs/concepts/policy/pod-security-policy/
- Rbac
Controller
RBACArgs Enable RBAC as per https://github.com/kubernetes/ingress-nginx/blob/main/docs/deploy/rbac.md and https://github.com/kubernetes/ingress-nginx/issues/266
- Revision
History intLimit Rollback limit.
- Service
Account ControllerService Account Args - Tcp map[string]map[string]string
TCP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- Udp map[string]map[string]string
UDP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- controller
Controller
Args - default
Backend ControllerDefault Backend Args Default 404 backend.
- dh
Param String A base64ed Diffie-Hellman parameter. This can be generated with: openssl dhparam 4096 2> /dev/null | base64 Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param.
- fullname
Override String Overrides for generated resource names.
- helm
Options ReleaseArgs HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
- image
Pull List<LocalSecrets Object Reference Args> Optional array of imagePullSecrets containing private registry credentials Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/.
- name
Override String Overrides for generated resource names.
- pod
Security ControllerPolicy Pod Security Policy Args If true, create & use Pod Security Policy resources https://kubernetes.io/docs/concepts/policy/pod-security-policy/
- rbac
Controller
RBACArgs Enable RBAC as per https://github.com/kubernetes/ingress-nginx/blob/main/docs/deploy/rbac.md and https://github.com/kubernetes/ingress-nginx/issues/266
- revision
History IntegerLimit Rollback limit.
- service
Account ControllerService Account Args - tcp Map<String,Map<String,String>>
TCP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- udp Map<String,Map<String,String>>
UDP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- controller
Controller
Args - default
Backend ControllerDefault Backend Args Default 404 backend.
- dh
Param string A base64ed Diffie-Hellman parameter. This can be generated with: openssl dhparam 4096 2> /dev/null | base64 Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param.
- fullname
Override string Overrides for generated resource names.
- helm
Options ReleaseArgs HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
- image
Pull pulumiSecrets Kubernetestypesinputcorev1Local Object Reference[] Optional array of imagePullSecrets containing private registry credentials Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/.
- name
Override string Overrides for generated resource names.
- pod
Security ControllerPolicy Pod Security Policy Args If true, create & use Pod Security Policy resources https://kubernetes.io/docs/concepts/policy/pod-security-policy/
- rbac
Controller
RBACArgs Enable RBAC as per https://github.com/kubernetes/ingress-nginx/blob/main/docs/deploy/rbac.md and https://github.com/kubernetes/ingress-nginx/issues/266
- revision
History numberLimit Rollback limit.
- service
Account ControllerService Account Args - tcp {[key: string]: {[key: string]: string}}
TCP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- udp {[key: string]: {[key: string]: string}}
UDP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- controller
Controller
Args - default_
backend ControllerDefault Backend Args Default 404 backend.
- dh_
param str A base64ed Diffie-Hellman parameter. This can be generated with: openssl dhparam 4096 2> /dev/null | base64 Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param.
- fullname_
override str Overrides for generated resource names.
- helm_
options ReleaseArgs HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
- image_
pull_ Localsecrets Object Reference Args] Optional array of imagePullSecrets containing private registry credentials Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/.
- name_
override str Overrides for generated resource names.
- pod_
security_ Controllerpolicy Pod Security Policy Args If true, create & use Pod Security Policy resources https://kubernetes.io/docs/concepts/policy/pod-security-policy/
- rbac
Controller
RBACArgs Enable RBAC as per https://github.com/kubernetes/ingress-nginx/blob/main/docs/deploy/rbac.md and https://github.com/kubernetes/ingress-nginx/issues/266
- revision_
history_ intlimit Rollback limit.
- service_
account ControllerService Account Args - tcp Mapping[str, Mapping[str, str]]
TCP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- udp Mapping[str, Mapping[str, str]]
UDP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- controller Property Map
- default
Backend Property Map Default 404 backend.
- dh
Param String A base64ed Diffie-Hellman parameter. This can be generated with: openssl dhparam 4096 2> /dev/null | base64 Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param.
- fullname
Override String Overrides for generated resource names.
- helm
Options Property Map HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
- image
Pull List<Property Map>Secrets Optional array of imagePullSecrets containing private registry credentials Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/.
- name
Override String Overrides for generated resource names.
- pod
Security Property MapPolicy If true, create & use Pod Security Policy resources https://kubernetes.io/docs/concepts/policy/pod-security-policy/
- rbac Property Map
Enable RBAC as per https://github.com/kubernetes/ingress-nginx/blob/main/docs/deploy/rbac.md and https://github.com/kubernetes/ingress-nginx/issues/266
- revision
History NumberLimit Rollback limit.
- service
Account Property Map - tcp Map<Map<String>>
TCP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
- udp Map<Map<String>>
UDP service key:value pairs Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md.
Outputs
All input properties are implicitly available as output properties. Additionally, the IngressController resource produces the following output properties:
- Status
Pulumi.
Kubernetes Ingress Nginx. Outputs. Release Status Detailed information about the status of the underlying Helm deployment.
- Status
Release
Status Detailed information about the status of the underlying Helm deployment.
- status
Release
Status Detailed information about the status of the underlying Helm deployment.
- status
Release
Status Detailed information about the status of the underlying Helm deployment.
- status
Release
Status Detailed information about the status of the underlying Helm deployment.
- status Property Map
Detailed information about the status of the underlying Helm deployment.
Supporting Types
Autoscaling
- Annotations Dictionary<string, string>
- Controller
Autoscaling Pulumi.Behavior Kubernetes Ingress Nginx. Inputs. Autoscaling Behavior - Enabled bool
- Max
Replicas int - Min
Replicas int - Target
CPUUtilization intPercentage - Target
Memory intUtilization Percentage
- Annotations map[string]string
- Controller
Autoscaling AutoscalingBehavior Behavior - Enabled bool
- Max
Replicas int - Min
Replicas int - Target
CPUUtilization intPercentage - Target
Memory intUtilization Percentage
- annotations Map<String,String>
- controller
Autoscaling AutoscalingBehavior Behavior - enabled Boolean
- max
Replicas Integer - min
Replicas Integer - target
CPUUtilization IntegerPercentage - target
Memory IntegerUtilization Percentage
- annotations {[key: string]: string}
- controller
Autoscaling AutoscalingBehavior Behavior - enabled boolean
- max
Replicas number - min
Replicas number - target
CPUUtilization numberPercentage - target
Memory numberUtilization Percentage
- annotations Map<String>
- controller
Autoscaling Property MapBehavior - enabled Boolean
- max
Replicas Number - min
Replicas Number - target
CPUUtilization NumberPercentage - target
Memory NumberUtilization Percentage
AutoscalingBehavior
AutoscalingBehaviorScaling
AutoscalingBehaviorScalingPolicy
- Period
Seconds int - Type string
- Value int
- Period
Seconds int - Type string
- Value int
- period
Seconds Integer - type String
- value Integer
- period
Seconds number - type string
- value number
- period_
seconds int - type str
- value int
- period
Seconds Number - type String
- value Number
AutoscalingTemplate
- Pods
Autoscaling
Template Pods - Type string
- pods
Autoscaling
Template Pods - type String
- pods
Autoscaling
Template Pods - type string
- pods Property Map
- type String
AutoscalingTemplatePods
AutoscalingTemplatePodsMetric
- Name string
- Name string
- name String
- name string
- name str
- name String
AutoscalingTemplatePodsTarget
- Average
Value string - Type string
- Average
Value string - Type string
- average
Value String - type String
- average
Value string - type string
- average_
value str - type str
- average
Value String - type String
ContollerAdmissionWebhooks
- Annotations
Dictionary<string, Immutable
Dictionary<string, string>> - Certificate string
- Create
Secret Pulumi.Job Kubernetes Ingress Nginx. Inputs. Controller Admission Webhooks Create Secret Job - Enabled bool
- Existing
Psp string Use an existing PSP instead of creating one.
- Failure
Policy string - Key string
- Namespace
Selector Dictionary<string, ImmutableDictionary<string, string>> - Object
Selector Dictionary<string, ImmutableDictionary<string, string>> - Patch
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Admission Webhooks Patch - Patch
Webhook Pulumi.Job Kubernetes Ingress Nginx. Inputs. Controller Admission Webhooks Patch Webhbook Job - Port int
- Service
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Admission Webhooks Service - Timeout
Seconds int
- Annotations map[string]map[string]string
- Certificate string
- Create
Secret ControllerJob Admission Webhooks Create Secret Job - Enabled bool
- Existing
Psp string Use an existing PSP instead of creating one.
- Failure
Policy string - Key string
- Namespace
Selector map[string]map[string]string - Object
Selector map[string]map[string]string - Patch
Controller
Admission Webhooks Patch - Patch
Webhook ControllerJob Admission Webhooks Patch Webhbook Job - Port int
- Service
Controller
Admission Webhooks Service - Timeout
Seconds int
- annotations Map<String,Map<String,String>>
- certificate String
- create
Secret ControllerJob Admission Webhooks Create Secret Job - enabled Boolean
- existing
Psp String Use an existing PSP instead of creating one.
- failure
Policy String - key String
- namespace
Selector Map<String,Map<String,String>> - object
Selector Map<String,Map<String,String>> - patch
Controller
Admission Webhooks Patch - patch
Webhook ControllerJob Admission Webhooks Patch Webhbook Job - port Integer
- service
Controller
Admission Webhooks Service - timeout
Seconds Integer
- annotations {[key: string]: {[key: string]: string}}
- certificate string
- create
Secret ControllerJob Admission Webhooks Create Secret Job - enabled boolean
- existing
Psp string Use an existing PSP instead of creating one.
- failure
Policy string - key string
- namespace
Selector {[key: string]: {[key: string]: string}} - object
Selector {[key: string]: {[key: string]: string}} - patch
Controller
Admission Webhooks Patch - patch
Webhook ControllerJob Admission Webhooks Patch Webhbook Job - port number
- service
Controller
Admission Webhooks Service - timeout
Seconds number
- annotations Mapping[str, Mapping[str, str]]
- certificate str
- create_
secret_ Controllerjob Admission Webhooks Create Secret Job - enabled bool
- existing_
psp str Use an existing PSP instead of creating one.
- failure_
policy str - key str
- namespace_
selector Mapping[str, Mapping[str, str]] - object_
selector Mapping[str, Mapping[str, str]] - patch
Controller
Admission Webhooks Patch - patch_
webhook_ Controllerjob Admission Webhooks Patch Webhbook Job - port int
- service
Controller
Admission Webhooks Service - timeout_
seconds int
- annotations Map<Map<String>>
- certificate String
- create
Secret Property MapJob - enabled Boolean
- existing
Psp String Use an existing PSP instead of creating one.
- failure
Policy String - key String
- namespace
Selector Map<Map<String>> - object
Selector Map<Map<String>> - patch Property Map
- patch
Webhook Property MapJob - port Number
- service Property Map
- timeout
Seconds Number
Controller
- Add
Headers Dictionary<string, ImmutableDictionary<string, string>> Will add custom headers before sending response traffic to the client according to: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#add-headers.
- Admission
Webhooks Pulumi.Kubernetes Ingress Nginx. Inputs. Contoller Admission Webhooks - Affinity
Pulumi.
Kubernetes. Types. Inputs. Core. V1. Affinity Affinity and anti-affinity Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
- Allow
Snippet boolAnnotations This configuration defines if Ingress Controller should allow users to set their own *-snippet annotations, otherwise this is forbidden / dropped when users add those annotations. Global snippets in ConfigMap are still respected.
- Annotations Dictionary<string, string>
Annotations to be added to the controller Deployment or DaemonSet.
- Autoscaling
Pulumi.
Kubernetes Ingress Nginx. Inputs. Autoscaling Mutually exclusive with keda autoscaling.
- Autoscaling
Template List<Pulumi.Kubernetes Ingress Nginx. Inputs. Autoscaling Template> Custom or additional autoscaling metrics ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics
- Config
Dictionary<string, Immutable
Dictionary<string, string>> Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/.
- Config
Annotations Dictionary<string, ImmutableDictionary<string, string>> Annotations to be added to the controller config configuration configmap.
- Config
Map stringNamespace Allows customization of the configmap / nginx-configmap namespace.
- Container
Name string Configures the controller container name.
- Container
Port Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Port Configures the ports the nginx-controller listens on.
- Custom
Template Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Custom Template Override NGINX template.
- Dns
Config Dictionary<string, ImmutableDictionary<string, string>> Optionally customize the pod dnsConfig.
- Dns
Policy string Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'. By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
- Election
ID string Election ID to use for status update.
- Enable
Mimalloc bool Enable mimalloc as a drop-in replacement for malloc. ref: https://github.com/microsoft/mimalloc.
- Existing
Psp string Use an existing PSP instead of creating one.
- Extra
Args Dictionary<string, ImmutableDictionary<string, string>> Additional command line arguments to pass to nginx-ingress-controller E.g. to specify the default SSL certificate you can use
default-ssl-certificate: "<namespace>/<secret_name>"
.- Extra
Containers List<Pulumi.Kubernetes. Types. Inputs. Core. V1. Container> Additional containers to be added to the controller pod. See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
- Extra
Envs List<Pulumi.Kubernetes. Types. Inputs. Core. V1. Env Var> Additional environment variables to set.
- Extra
Init List<Pulumi.Containers Kubernetes. Types. Inputs. Core. V1. Container> Containers, which are run before the app containers are started. - name: init-myservice image: busybox command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
- Extra
Volume List<Pulumi.Mounts Kubernetes. Types. Inputs. Core. V1. Volume Mount> Additional volumeMounts to the controller main container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- Extra
Volumes List<Pulumi.Kubernetes. Types. Inputs. Core. V1. Volume> Additional volumes to the controller pod. - name: copy-portal-skins emptyDir: {}
- Health
Check stringPath Path of the health check endpoint. All requests received on the port defined by the healthz-port parameter are forwarded internally to this path.
- Heath
Check stringHost Address to bind the health check endpoint. It is better to set this option to the internal node address if the ingress nginx controller is running in the hostNetwork: true mode.
- Host
Network bool Required for use with CNI based kubernetes installations (such as ones set up by kubeadm), since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920 is merged.
- Host
Port Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Host Port Use host ports 80 and 443. Disabled by default.
- Hostname
Dictionary<string, Immutable
Dictionary<string, string>> Optionally customize the pod hostname.
- Image
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Image - Ingress
Class boolBy Name Process IngressClass per name (additionally as per spec.controller).
- Ingress
Class Pulumi.Resource Kubernetes Ingress Nginx. Inputs. Controller Ingress Class Resource This section refers to the creation of the IngressClass resource. IngressClass resources are supported since k8s >= 1.18 and required since k8s >= 1.19
- Keda
Pulumi.
Kubernetes Ingress Nginx. Inputs. Keda Mutually exclusive with hpa autoscaling.
- Kind string
DaemonSet or Deployment.
- Lifecycle
Pulumi.
Kubernetes. Types. Inputs. Core. V1. Lifecycle Improve connection draining when ingress controller pod is deleted using a lifecycle hook: With this new hook, we increased the default terminationGracePeriodSeconds from 30 seconds to 300, allowing the draining of connections up to five minutes. If the active connections end before that, the pod will terminate gracefully at that time. To effectively take advantage of this feature, the Configmap feature worker-shutdown-timeout new value is 240s instead of 10s.
- Liveness
Probe Pulumi.Kubernetes. Types. Inputs. Core. V1. Probe Liveness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Maxmind
License stringKey Maxmind license key to download GeoLite2 Databases https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases.
- Metrics
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Metrics - int
- Min
Ready intSeconds minReadySeconds to avoid killing pods before we are ready.
- Name string
- Node
Selector Dictionary<string, string> Node labels for controller pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- Pod
Annotations Dictionary<string, string> Annotations to be added to controller pods.
- Pod
Labels Dictionary<string, ImmutableDictionary<string, string>> labels to add to the pod container metadata.
- Pod
Security Pulumi.Context Kubernetes. Types. Inputs. Core. V1. Pod Security Context Security Context policies for controller pods.
- Priority
Class stringName - Proxy
Set Dictionary<string, ImmutableHeaders Dictionary<string, string>> Will add custom headers before sending traffic to backends according to https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/custom-headers.
- Publish
Service Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Publish Service Allows customization of the source of the IP address or FQDN to report in the ingress status field. By default, it reads the information provided by the service. If disable, the status field reports the IP address of the node or nodes where an ingress controller pod is running.
- Readiness
Probe Pulumi.Kubernetes. Types. Inputs. Core. V1. Probe Readiness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Replica
Count int - Report
Node boolInternal Ip Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network Ingress status was blank because there is no Service exposing the NGINX Ingress controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply.
- Resources
Pulumi.
Kubernetes. Types. Inputs. Core. V1. Resource Requirements Define requests resources to avoid probe issues due to CPU utilization in busy nodes ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903 Ideally, there should be no limits. https://engineering.indeedblog.com/blog/2019/12/cpu-throttling-regression-fix/
- Scope
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Scope Limit the scope of the controller.
- Service
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Service - Startup
Probe Pulumi.Kubernetes. Types. Inputs. Core. V1. Probe Startup probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Sysctls
Dictionary<string, Immutable
Dictionary<string, string>> See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- Tcp
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Tcp Allows customization of the tcp-services-configmap.
- Terminate
Grace intPeriod Seconds How long to wait for the drain of connections.
- Tolerations
Pulumi.
Kubernetes. Types. Inputs. Core. V1. Toleration Node tolerations for server scheduling to nodes with taints Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/.
- Topology
Spread List<Pulumi.Constraints Kubernetes. Types. Inputs. Core. V1. Topology Spread Constraint> Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/.
- Udp
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Udp - Update
Strategy Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Update Strategy The update strategy to apply to the Deployment or DaemonSet.
- Watch
Ingress boolWithout Class Process Ingress objects without ingressClass annotation/ingressClassName field. Overrides value for --watch-ingress-without-class flag of the controller binary. Defaults to false.
- Add
Headers map[string]map[string]string Will add custom headers before sending response traffic to the client according to: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#add-headers.
- Admission
Webhooks ContollerAdmission Webhooks - Affinity Affinity
Affinity and anti-affinity Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
- Allow
Snippet boolAnnotations This configuration defines if Ingress Controller should allow users to set their own *-snippet annotations, otherwise this is forbidden / dropped when users add those annotations. Global snippets in ConfigMap are still respected.
- Annotations map[string]string
Annotations to be added to the controller Deployment or DaemonSet.
- Autoscaling Autoscaling
Mutually exclusive with keda autoscaling.
- Autoscaling
Template []AutoscalingTemplate Custom or additional autoscaling metrics ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics
- Config map[string]map[string]string
Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/.
- Config
Annotations map[string]map[string]string Annotations to be added to the controller config configuration configmap.
- Config
Map stringNamespace Allows customization of the configmap / nginx-configmap namespace.
- Container
Name string Configures the controller container name.
- Container
Port ControllerPort Configures the ports the nginx-controller listens on.
- Custom
Template ControllerCustom Template Override NGINX template.
- Dns
Config map[string]map[string]string Optionally customize the pod dnsConfig.
- Dns
Policy string Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'. By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
- Election
ID string Election ID to use for status update.
- Enable
Mimalloc bool Enable mimalloc as a drop-in replacement for malloc. ref: https://github.com/microsoft/mimalloc.
- Existing
Psp string Use an existing PSP instead of creating one.
- Extra
Args map[string]map[string]string Additional command line arguments to pass to nginx-ingress-controller E.g. to specify the default SSL certificate you can use
default-ssl-certificate: "<namespace>/<secret_name>"
.- Extra
Containers Container Additional containers to be added to the controller pod. See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
- Extra
Envs EnvVar Additional environment variables to set.
- Extra
Init ContainerContainers Containers, which are run before the app containers are started. - name: init-myservice image: busybox command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
- Extra
Volume VolumeMounts Mount Additional volumeMounts to the controller main container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- Extra
Volumes Volume Additional volumes to the controller pod. - name: copy-portal-skins emptyDir: {}
- Health
Check stringPath Path of the health check endpoint. All requests received on the port defined by the healthz-port parameter are forwarded internally to this path.
- Heath
Check stringHost Address to bind the health check endpoint. It is better to set this option to the internal node address if the ingress nginx controller is running in the hostNetwork: true mode.
- Host
Network bool Required for use with CNI based kubernetes installations (such as ones set up by kubeadm), since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920 is merged.
- Host
Port ControllerHost Port Use host ports 80 and 443. Disabled by default.
- Hostname map[string]map[string]string
Optionally customize the pod hostname.
- Image
Controller
Image - Ingress
Class boolBy Name Process IngressClass per name (additionally as per spec.controller).
- Ingress
Class ControllerResource Ingress Class Resource This section refers to the creation of the IngressClass resource. IngressClass resources are supported since k8s >= 1.18 and required since k8s >= 1.19
- Keda Keda
Mutually exclusive with hpa autoscaling.
- Kind string
DaemonSet or Deployment.
- Lifecycle Lifecycle
Improve connection draining when ingress controller pod is deleted using a lifecycle hook: With this new hook, we increased the default terminationGracePeriodSeconds from 30 seconds to 300, allowing the draining of connections up to five minutes. If the active connections end before that, the pod will terminate gracefully at that time. To effectively take advantage of this feature, the Configmap feature worker-shutdown-timeout new value is 240s instead of 10s.
- Liveness
Probe Probe Liveness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Maxmind
License stringKey Maxmind license key to download GeoLite2 Databases https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases.
- Metrics
Controller
Metrics - int
- Min
Ready intSeconds minReadySeconds to avoid killing pods before we are ready.
- Name string
- Node
Selector map[string]string Node labels for controller pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- Pod
Annotations map[string]string Annotations to be added to controller pods.
- Pod
Labels map[string]map[string]string labels to add to the pod container metadata.
- Pod
Security PodContext Security Context Security Context policies for controller pods.
- Priority
Class stringName - Proxy
Set map[string]map[string]stringHeaders Will add custom headers before sending traffic to backends according to https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/custom-headers.
- Publish
Service ControllerPublish Service Allows customization of the source of the IP address or FQDN to report in the ingress status field. By default, it reads the information provided by the service. If disable, the status field reports the IP address of the node or nodes where an ingress controller pod is running.
- Readiness
Probe Probe Readiness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Replica
Count int - Report
Node boolInternal Ip Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network Ingress status was blank because there is no Service exposing the NGINX Ingress controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply.
- Resources
Resource
Requirements Define requests resources to avoid probe issues due to CPU utilization in busy nodes ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903 Ideally, there should be no limits. https://engineering.indeedblog.com/blog/2019/12/cpu-throttling-regression-fix/
- Scope
Controller
Scope Limit the scope of the controller.
- Service
Controller
Service - Startup
Probe Probe Startup probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Sysctls map[string]map[string]string
See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- Tcp
Controller
Tcp Allows customization of the tcp-services-configmap.
- Terminate
Grace intPeriod Seconds How long to wait for the drain of connections.
- Tolerations Toleration
Node tolerations for server scheduling to nodes with taints Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/.
- Topology
Spread TopologyConstraints Spread Constraint Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/.
- Udp
Controller
Udp - Update
Strategy ControllerUpdate Strategy The update strategy to apply to the Deployment or DaemonSet.
- Watch
Ingress boolWithout Class Process Ingress objects without ingressClass annotation/ingressClassName field. Overrides value for --watch-ingress-without-class flag of the controller binary. Defaults to false.
- add
Headers Map<String,Map<String,String>> Will add custom headers before sending response traffic to the client according to: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#add-headers.
- admission
Webhooks ContollerAdmission Webhooks - affinity Affinity
Affinity and anti-affinity Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
- allow
Snippet BooleanAnnotations This configuration defines if Ingress Controller should allow users to set their own *-snippet annotations, otherwise this is forbidden / dropped when users add those annotations. Global snippets in ConfigMap are still respected.
- annotations Map<String,String>
Annotations to be added to the controller Deployment or DaemonSet.
- autoscaling Autoscaling
Mutually exclusive with keda autoscaling.
- autoscaling
Template List<AutoscalingTemplate> Custom or additional autoscaling metrics ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics
- config Map<String,Map<String,String>>
Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/.
- config
Annotations Map<String,Map<String,String>> Annotations to be added to the controller config configuration configmap.
- config
Map StringNamespace Allows customization of the configmap / nginx-configmap namespace.
- container
Name String Configures the controller container name.
- container
Port ControllerPort Configures the ports the nginx-controller listens on.
- custom
Template ControllerCustom Template Override NGINX template.
- dns
Config Map<String,Map<String,String>> Optionally customize the pod dnsConfig.
- dns
Policy String Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'. By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
- election
ID String Election ID to use for status update.
- enable
Mimalloc Boolean Enable mimalloc as a drop-in replacement for malloc. ref: https://github.com/microsoft/mimalloc.
- existing
Psp String Use an existing PSP instead of creating one.
- extra
Args Map<String,Map<String,String>> Additional command line arguments to pass to nginx-ingress-controller E.g. to specify the default SSL certificate you can use
default-ssl-certificate: "<namespace>/<secret_name>"
.- extra
Containers List<Container> Additional containers to be added to the controller pod. See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
- extra
Envs List<EnvVar> Additional environment variables to set.
- extra
Init List<Container>Containers Containers, which are run before the app containers are started. - name: init-myservice image: busybox command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
- extra
Volume List<VolumeMounts Mount> Additional volumeMounts to the controller main container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra
Volumes List<Volume> Additional volumes to the controller pod. - name: copy-portal-skins emptyDir: {}
- health
Check StringPath Path of the health check endpoint. All requests received on the port defined by the healthz-port parameter are forwarded internally to this path.
- heath
Check StringHost Address to bind the health check endpoint. It is better to set this option to the internal node address if the ingress nginx controller is running in the hostNetwork: true mode.
- host
Network Boolean Required for use with CNI based kubernetes installations (such as ones set up by kubeadm), since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920 is merged.
- host
Port ControllerHost Port Use host ports 80 and 443. Disabled by default.
- hostname Map<String,Map<String,String>>
Optionally customize the pod hostname.
- image
Controller
Image - ingress
Class BooleanBy Name Process IngressClass per name (additionally as per spec.controller).
- ingress
Class ControllerResource Ingress Class Resource This section refers to the creation of the IngressClass resource. IngressClass resources are supported since k8s >= 1.18 and required since k8s >= 1.19
- keda Keda
Mutually exclusive with hpa autoscaling.
- kind String
DaemonSet or Deployment.
- lifecycle Lifecycle
Improve connection draining when ingress controller pod is deleted using a lifecycle hook: With this new hook, we increased the default terminationGracePeriodSeconds from 30 seconds to 300, allowing the draining of connections up to five minutes. If the active connections end before that, the pod will terminate gracefully at that time. To effectively take advantage of this feature, the Configmap feature worker-shutdown-timeout new value is 240s instead of 10s.
- liveness
Probe Probe Liveness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- maxmind
License StringKey Maxmind license key to download GeoLite2 Databases https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases.
- metrics
Controller
Metrics - Integer
- min
Ready IntegerSeconds minReadySeconds to avoid killing pods before we are ready.
- name String
- node
Selector Map<String,String> Node labels for controller pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod
Annotations Map<String,String> Annotations to be added to controller pods.
- pod
Labels Map<String,Map<String,String>> labels to add to the pod container metadata.
- pod
Security PodContext Security Context Security Context policies for controller pods.
- priority
Class StringName - proxy
Set Map<String,Map<String,String>>Headers Will add custom headers before sending traffic to backends according to https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/custom-headers.
- publish
Service ControllerPublish Service Allows customization of the source of the IP address or FQDN to report in the ingress status field. By default, it reads the information provided by the service. If disable, the status field reports the IP address of the node or nodes where an ingress controller pod is running.
- readiness
Probe Probe Readiness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica
Count Integer - report
Node BooleanInternal Ip Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network Ingress status was blank because there is no Service exposing the NGINX Ingress controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply.
- resources
Resource
Requirements Define requests resources to avoid probe issues due to CPU utilization in busy nodes ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903 Ideally, there should be no limits. https://engineering.indeedblog.com/blog/2019/12/cpu-throttling-regression-fix/
- scope
Controller
Scope Limit the scope of the controller.
- service
Controller
Service - startup
Probe Probe Startup probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- sysctls Map<String,Map<String,String>>
See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- tcp
Controller
Tcp Allows customization of the tcp-services-configmap.
- terminate
Grace IntegerPeriod Seconds How long to wait for the drain of connections.
- tolerations Toleration
Node tolerations for server scheduling to nodes with taints Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/.
- topology
Spread List<TopologyConstraints Spread Constraint> Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/.
- udp
Controller
Udp - update
Strategy ControllerUpdate Strategy The update strategy to apply to the Deployment or DaemonSet.
- watch
Ingress BooleanWithout Class Process Ingress objects without ingressClass annotation/ingressClassName field. Overrides value for --watch-ingress-without-class flag of the controller binary. Defaults to false.
- add
Headers {[key: string]: {[key: string]: string}} Will add custom headers before sending response traffic to the client according to: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#add-headers.
- admission
Webhooks ContollerAdmission Webhooks - affinity
pulumi
Kubernetestypesinputcorev1Affinity Affinity and anti-affinity Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
- allow
Snippet booleanAnnotations This configuration defines if Ingress Controller should allow users to set their own *-snippet annotations, otherwise this is forbidden / dropped when users add those annotations. Global snippets in ConfigMap are still respected.
- annotations {[key: string]: string}
Annotations to be added to the controller Deployment or DaemonSet.
- autoscaling Autoscaling
Mutually exclusive with keda autoscaling.
- autoscaling
Template AutoscalingTemplate[] Custom or additional autoscaling metrics ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics
- config {[key: string]: {[key: string]: string}}
Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/.
- config
Annotations {[key: string]: {[key: string]: string}} Annotations to be added to the controller config configuration configmap.
- config
Map stringNamespace Allows customization of the configmap / nginx-configmap namespace.
- container
Name string Configures the controller container name.
- container
Port ControllerPort Configures the ports the nginx-controller listens on.
- custom
Template ControllerCustom Template Override NGINX template.
- dns
Config {[key: string]: {[key: string]: string}} Optionally customize the pod dnsConfig.
- dns
Policy string Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'. By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
- election
ID string Election ID to use for status update.
- enable
Mimalloc boolean Enable mimalloc as a drop-in replacement for malloc. ref: https://github.com/microsoft/mimalloc.
- existing
Psp string Use an existing PSP instead of creating one.
- extra
Args {[key: string]: {[key: string]: string}} Additional command line arguments to pass to nginx-ingress-controller E.g. to specify the default SSL certificate you can use
default-ssl-certificate: "<namespace>/<secret_name>"
.- extra
Containers pulumiKubernetestypesinputcorev1Container[] Additional containers to be added to the controller pod. See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
- extra
Envs pulumiKubernetestypesinputcorev1Env Var[] Additional environment variables to set.
- extra
Init pulumiContainers Kubernetestypesinputcorev1Container[] Containers, which are run before the app containers are started. - name: init-myservice image: busybox command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
- extra
Volume pulumiMounts Kubernetestypesinputcorev1Volume Mount[] Additional volumeMounts to the controller main container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra
Volumes pulumiKubernetestypesinputcorev1Volume[] Additional volumes to the controller pod. - name: copy-portal-skins emptyDir: {}
- health
Check stringPath Path of the health check endpoint. All requests received on the port defined by the healthz-port parameter are forwarded internally to this path.
- heath
Check stringHost Address to bind the health check endpoint. It is better to set this option to the internal node address if the ingress nginx controller is running in the hostNetwork: true mode.
- host
Network boolean Required for use with CNI based kubernetes installations (such as ones set up by kubeadm), since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920 is merged.
- host
Port ControllerHost Port Use host ports 80 and 443. Disabled by default.
- hostname {[key: string]: {[key: string]: string}}
Optionally customize the pod hostname.
- image
Controller
Image - ingress
Class booleanBy Name Process IngressClass per name (additionally as per spec.controller).
- ingress
Class ControllerResource Ingress Class Resource This section refers to the creation of the IngressClass resource. IngressClass resources are supported since k8s >= 1.18 and required since k8s >= 1.19
- keda Keda
Mutually exclusive with hpa autoscaling.
- kind string
DaemonSet or Deployment.
- lifecycle
pulumi
Kubernetestypesinputcorev1Lifecycle Improve connection draining when ingress controller pod is deleted using a lifecycle hook: With this new hook, we increased the default terminationGracePeriodSeconds from 30 seconds to 300, allowing the draining of connections up to five minutes. If the active connections end before that, the pod will terminate gracefully at that time. To effectively take advantage of this feature, the Configmap feature worker-shutdown-timeout new value is 240s instead of 10s.
- liveness
Probe pulumiKubernetestypesinputcorev1Probe Liveness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- maxmind
License stringKey Maxmind license key to download GeoLite2 Databases https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases.
- metrics
Controller
Metrics - number
- min
Ready numberSeconds minReadySeconds to avoid killing pods before we are ready.
- name string
- node
Selector {[key: string]: string} Node labels for controller pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod
Annotations {[key: string]: string} Annotations to be added to controller pods.
- pod
Labels {[key: string]: {[key: string]: string}} labels to add to the pod container metadata.
- pod
Security pulumiContext Kubernetestypesinputcorev1Pod Security Context Security Context policies for controller pods.
- priority
Class stringName - proxy
Set {[key: string]: {[key: string]: string}}Headers Will add custom headers before sending traffic to backends according to https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/custom-headers.
- publish
Service ControllerPublish Service Allows customization of the source of the IP address or FQDN to report in the ingress status field. By default, it reads the information provided by the service. If disable, the status field reports the IP address of the node or nodes where an ingress controller pod is running.
- readiness
Probe pulumiKubernetestypesinputcorev1Probe Readiness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica
Count number - report
Node booleanInternal Ip Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network Ingress status was blank because there is no Service exposing the NGINX Ingress controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply.
- resources
pulumi
Kubernetestypesinputcorev1Resource Requirements Define requests resources to avoid probe issues due to CPU utilization in busy nodes ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903 Ideally, there should be no limits. https://engineering.indeedblog.com/blog/2019/12/cpu-throttling-regression-fix/
- scope
Controller
Scope Limit the scope of the controller.
- service
Controller
Service - startup
Probe pulumiKubernetestypesinputcorev1Probe Startup probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- sysctls {[key: string]: {[key: string]: string}}
See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- tcp
Controller
Tcp Allows customization of the tcp-services-configmap.
- terminate
Grace numberPeriod Seconds How long to wait for the drain of connections.
- tolerations
pulumi
Kubernetestypesinputcorev1Toleration Node tolerations for server scheduling to nodes with taints Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/.
- topology
Spread pulumiConstraints Kubernetestypesinputcorev1Topology Spread Constraint[] Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/.
- udp
Controller
Udp - update
Strategy ControllerUpdate Strategy The update strategy to apply to the Deployment or DaemonSet.
- watch
Ingress booleanWithout Class Process Ingress objects without ingressClass annotation/ingressClassName field. Overrides value for --watch-ingress-without-class flag of the controller binary. Defaults to false.
- add_
headers Mapping[str, Mapping[str, str]] Will add custom headers before sending response traffic to the client according to: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#add-headers.
- admission_
webhooks ContollerAdmission Webhooks - affinity
Affinity
Args Affinity and anti-affinity Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
- allow_
snippet_ boolannotations This configuration defines if Ingress Controller should allow users to set their own *-snippet annotations, otherwise this is forbidden / dropped when users add those annotations. Global snippets in ConfigMap are still respected.
- annotations Mapping[str, str]
Annotations to be added to the controller Deployment or DaemonSet.
- autoscaling Autoscaling
Mutually exclusive with keda autoscaling.
- autoscaling_
template Sequence[AutoscalingTemplate] Custom or additional autoscaling metrics ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics
- config Mapping[str, Mapping[str, str]]
Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/.
- config_
annotations Mapping[str, Mapping[str, str]] Annotations to be added to the controller config configuration configmap.
- config_
map_ strnamespace Allows customization of the configmap / nginx-configmap namespace.
- container_
name str Configures the controller container name.
- container_
port ControllerPort Configures the ports the nginx-controller listens on.
- custom_
template ControllerCustom Template Override NGINX template.
- dns_
config Mapping[str, Mapping[str, str]] Optionally customize the pod dnsConfig.
- dns_
policy str Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'. By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
- election_
id str Election ID to use for status update.
- enable_
mimalloc bool Enable mimalloc as a drop-in replacement for malloc. ref: https://github.com/microsoft/mimalloc.
- existing_
psp str Use an existing PSP instead of creating one.
- extra_
args Mapping[str, Mapping[str, str]] Additional command line arguments to pass to nginx-ingress-controller E.g. to specify the default SSL certificate you can use
default-ssl-certificate: "<namespace>/<secret_name>"
.- extra_
containers ContainerArgs] Additional containers to be added to the controller pod. See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
- extra_
envs EnvVar Args] Additional environment variables to set.
- extra_
init_ Containercontainers Args] Containers, which are run before the app containers are started. - name: init-myservice image: busybox command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
- extra_
volume_ Volumemounts Mount Args] Additional volumeMounts to the controller main container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra_
volumes VolumeArgs] Additional volumes to the controller pod. - name: copy-portal-skins emptyDir: {}
- health_
check_ strpath Path of the health check endpoint. All requests received on the port defined by the healthz-port parameter are forwarded internally to this path.
- heath_
check_ strhost Address to bind the health check endpoint. It is better to set this option to the internal node address if the ingress nginx controller is running in the hostNetwork: true mode.
- host_
network bool Required for use with CNI based kubernetes installations (such as ones set up by kubeadm), since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920 is merged.
- host_
port ControllerHost Port Use host ports 80 and 443. Disabled by default.
- hostname Mapping[str, Mapping[str, str]]
Optionally customize the pod hostname.
- image
Controller
Image - ingress_
class_ boolby_ name Process IngressClass per name (additionally as per spec.controller).
- ingress_
class_ Controllerresource Ingress Class Resource This section refers to the creation of the IngressClass resource. IngressClass resources are supported since k8s >= 1.18 and required since k8s >= 1.19
- keda Keda
Mutually exclusive with hpa autoscaling.
- kind str
DaemonSet or Deployment.
- lifecycle
Lifecycle
Args Improve connection draining when ingress controller pod is deleted using a lifecycle hook: With this new hook, we increased the default terminationGracePeriodSeconds from 30 seconds to 300, allowing the draining of connections up to five minutes. If the active connections end before that, the pod will terminate gracefully at that time. To effectively take advantage of this feature, the Configmap feature worker-shutdown-timeout new value is 240s instead of 10s.
- liveness_
probe ProbeArgs Liveness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- maxmind_
license_ strkey Maxmind license key to download GeoLite2 Databases https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases.
- metrics
Controller
Metrics - min_
available int - min_
ready_ intseconds minReadySeconds to avoid killing pods before we are ready.
- name str
- node_
selector Mapping[str, str] Node labels for controller pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod_
annotations Mapping[str, str] Annotations to be added to controller pods.
- pod_
labels Mapping[str, Mapping[str, str]] labels to add to the pod container metadata.
- pod_
security_ Podcontext Security Context Args Security Context policies for controller pods.
- priority_
class_ strname - proxy_
set_ Mapping[str, Mapping[str, str]]headers Will add custom headers before sending traffic to backends according to https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/custom-headers.
- publish_
service ControllerPublish Service Allows customization of the source of the IP address or FQDN to report in the ingress status field. By default, it reads the information provided by the service. If disable, the status field reports the IP address of the node or nodes where an ingress controller pod is running.
- readiness_
probe ProbeArgs Readiness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica_
count int - report_
node_ boolinternal_ ip Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network Ingress status was blank because there is no Service exposing the NGINX Ingress controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply.
- resources
Resource
Requirements Args Define requests resources to avoid probe issues due to CPU utilization in busy nodes ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903 Ideally, there should be no limits. https://engineering.indeedblog.com/blog/2019/12/cpu-throttling-regression-fix/
- scope
Controller
Scope Limit the scope of the controller.
- service
Controller
Service - startup_
probe ProbeArgs Startup probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- sysctls Mapping[str, Mapping[str, str]]
See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- tcp
Controller
Tcp Allows customization of the tcp-services-configmap.
- terminate_
grace_ intperiod_ seconds How long to wait for the drain of connections.
- tolerations
Toleration
Args Node tolerations for server scheduling to nodes with taints Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/.
- topology_
spread_ Topologyconstraints Spread Constraint Args] Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/.
- udp
Controller
Udp - update_
strategy ControllerUpdate Strategy The update strategy to apply to the Deployment or DaemonSet.
- watch_
ingress_ boolwithout_ class Process Ingress objects without ingressClass annotation/ingressClassName field. Overrides value for --watch-ingress-without-class flag of the controller binary. Defaults to false.
- add
Headers Map<Map<String>> Will add custom headers before sending response traffic to the client according to: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#add-headers.
- admission
Webhooks Property Map - affinity Property Map
Affinity and anti-affinity Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
- allow
Snippet BooleanAnnotations This configuration defines if Ingress Controller should allow users to set their own *-snippet annotations, otherwise this is forbidden / dropped when users add those annotations. Global snippets in ConfigMap are still respected.
- annotations Map<String>
Annotations to be added to the controller Deployment or DaemonSet.
- autoscaling Property Map
Mutually exclusive with keda autoscaling.
- autoscaling
Template List<Property Map> Custom or additional autoscaling metrics ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics
- config Map<Map<String>>
Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/.
- config
Annotations Map<Map<String>> Annotations to be added to the controller config configuration configmap.
- config
Map StringNamespace Allows customization of the configmap / nginx-configmap namespace.
- container
Name String Configures the controller container name.
- container
Port Property Map Configures the ports the nginx-controller listens on.
- custom
Template Property Map Override NGINX template.
- dns
Config Map<Map<String>> Optionally customize the pod dnsConfig.
- dns
Policy String Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'. By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
- election
ID String Election ID to use for status update.
- enable
Mimalloc Boolean Enable mimalloc as a drop-in replacement for malloc. ref: https://github.com/microsoft/mimalloc.
- existing
Psp String Use an existing PSP instead of creating one.
- extra
Args Map<Map<String>> Additional command line arguments to pass to nginx-ingress-controller E.g. to specify the default SSL certificate you can use
default-ssl-certificate: "<namespace>/<secret_name>"
.- extra
Containers List<Property Map> Additional containers to be added to the controller pod. See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
- extra
Envs List<Property Map> Additional environment variables to set.
- extra
Init List<Property Map>Containers Containers, which are run before the app containers are started. - name: init-myservice image: busybox command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
- extra
Volume List<Property Map>Mounts Additional volumeMounts to the controller main container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra
Volumes List<Property Map> Additional volumes to the controller pod. - name: copy-portal-skins emptyDir: {}
- health
Check StringPath Path of the health check endpoint. All requests received on the port defined by the healthz-port parameter are forwarded internally to this path.
- heath
Check StringHost Address to bind the health check endpoint. It is better to set this option to the internal node address if the ingress nginx controller is running in the hostNetwork: true mode.
- host
Network Boolean Required for use with CNI based kubernetes installations (such as ones set up by kubeadm), since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920 is merged.
- host
Port Property Map Use host ports 80 and 443. Disabled by default.
- hostname Map<Map<String>>
Optionally customize the pod hostname.
- image Property Map
- ingress
Class BooleanBy Name Process IngressClass per name (additionally as per spec.controller).
- ingress
Class Property MapResource This section refers to the creation of the IngressClass resource. IngressClass resources are supported since k8s >= 1.18 and required since k8s >= 1.19
- keda Property Map
Mutually exclusive with hpa autoscaling.
- kind String
DaemonSet or Deployment.
- lifecycle Property Map
Improve connection draining when ingress controller pod is deleted using a lifecycle hook: With this new hook, we increased the default terminationGracePeriodSeconds from 30 seconds to 300, allowing the draining of connections up to five minutes. If the active connections end before that, the pod will terminate gracefully at that time. To effectively take advantage of this feature, the Configmap feature worker-shutdown-timeout new value is 240s instead of 10s.
- liveness
Probe Property Map Liveness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- maxmind
License StringKey Maxmind license key to download GeoLite2 Databases https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases.
- metrics Property Map
- Number
- min
Ready NumberSeconds minReadySeconds to avoid killing pods before we are ready.
- name String
- node
Selector Map<String> Node labels for controller pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod
Annotations Map<String> Annotations to be added to controller pods.
- pod
Labels Map<Map<String>> labels to add to the pod container metadata.
- pod
Security Property MapContext Security Context policies for controller pods.
- priority
Class StringName - proxy
Set Map<Map<String>>Headers Will add custom headers before sending traffic to backends according to https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/custom-headers.
- publish
Service Property Map Allows customization of the source of the IP address or FQDN to report in the ingress status field. By default, it reads the information provided by the service. If disable, the status field reports the IP address of the node or nodes where an ingress controller pod is running.
- readiness
Probe Property Map Readiness probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica
Count Number - report
Node BooleanInternal Ip Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network Ingress status was blank because there is no Service exposing the NGINX Ingress controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply.
- resources Property Map
Define requests resources to avoid probe issues due to CPU utilization in busy nodes ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903 Ideally, there should be no limits. https://engineering.indeedblog.com/blog/2019/12/cpu-throttling-regression-fix/
- scope Property Map
Limit the scope of the controller.
- service Property Map
- startup
Probe Property Map Startup probe values Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- sysctls Map<Map<String>>
See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- tcp Property Map
Allows customization of the tcp-services-configmap.
- terminate
Grace NumberPeriod Seconds How long to wait for the drain of connections.
- tolerations Property Map
Node tolerations for server scheduling to nodes with taints Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/.
- topology
Spread List<Property Map>Constraints Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/.
- udp Property Map
- update
Strategy Property Map The update strategy to apply to the Deployment or DaemonSet.
- watch
Ingress BooleanWithout Class Process Ingress objects without ingressClass annotation/ingressClassName field. Overrides value for --watch-ingress-without-class flag of the controller binary. Defaults to false.
ControllerAdmissionWebhooksCreateSecretJob
ControllerAdmissionWebhooksPatch
- Enabled bool
- Image
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Image - Node
Selector Dictionary<string, string> - Pod
Annotations Dictionary<string, ImmutableDictionary<string, string>> - Priority
Class stringName Provide a priority class name to the webhook patching job.
- Run
As intUser - Tolerations
List<Pulumi.
Kubernetes. Types. Inputs. Core. V1. Toleration>
- Enabled bool
- Image
Controller
Image - Node
Selector map[string]string - Pod
Annotations map[string]map[string]string - Priority
Class stringName Provide a priority class name to the webhook patching job.
- Run
As intUser - Tolerations Toleration
- enabled Boolean
- image
Controller
Image - node
Selector Map<String,String> - pod
Annotations Map<String,Map<String,String>> - priority
Class StringName Provide a priority class name to the webhook patching job.
- run
As IntegerUser - tolerations List<Toleration>
- enabled boolean
- image
Controller
Image - node
Selector {[key: string]: string} - pod
Annotations {[key: string]: {[key: string]: string}} - priority
Class stringName Provide a priority class name to the webhook patching job.
- run
As numberUser - tolerations
pulumi
Kubernetestypesinputcorev1Toleration[]
- enabled bool
- image
Controller
Image - node_
selector Mapping[str, str] - pod_
annotations Mapping[str, Mapping[str, str]] - priority_
class_ strname Provide a priority class name to the webhook patching job.
- run_
as_ intuser - tolerations
Toleration
Args]
- enabled Boolean
- image Property Map
- node
Selector Map<String> - pod
Annotations Map<Map<String>> - priority
Class StringName Provide a priority class name to the webhook patching job.
- run
As NumberUser - tolerations List<Property Map>
ControllerAdmissionWebhooksPatchWebhbookJob
ControllerAdmissionWebhooksService
- Annotations
Dictionary<string, Immutable
Dictionary<string, string>> - Cluster
IP string - External
IPs List<string> - Load
Balancer stringIPs - Load
Balancer List<string>Source Ranges - Service
Port int - Type string
- Annotations map[string]map[string]string
- Cluster
IP string - External
IPs []string - Load
Balancer stringIPs - Load
Balancer []stringSource Ranges - Service
Port int - Type string
- annotations Map<String,Map<String,String>>
- cluster
IP String - external
IPs List<String> - load
Balancer StringIPs - load
Balancer List<String>Source Ranges - service
Port Integer - type String
- annotations {[key: string]: {[key: string]: string}}
- cluster
IP string - external
IPs string[] - load
Balancer stringIPs - load
Balancer string[]Source Ranges - service
Port number - type string
- annotations Mapping[str, Mapping[str, str]]
- cluster_
ip str - external_
ips Sequence[str] - load_
balancer_ strips - load_
balancer_ Sequence[str]source_ ranges - service_
port int - type str
- annotations Map<Map<String>>
- cluster
IP String - external
IPs List<String> - load
Balancer StringIPs - load
Balancer List<String>Source Ranges - service
Port Number - type String
ControllerCustomTemplate
- Config
Map stringKey - Config
Map stringName
- Config
Map stringKey - Config
Map stringName
- config
Map StringKey - config
Map StringName
- config
Map stringKey - config
Map stringName
- config_
map_ strkey - config_
map_ strname
- config
Map StringKey - config
Map StringName
ControllerDefaultBackend
- Affinity
Pulumi.
Kubernetes. Types. Inputs. Core. V1. Affinity - Autoscaling
Pulumi.
Kubernetes Ingress Nginx. Inputs. Autoscaling - Enabled bool
- Existing
Psp string Use an existing PSP instead of creating one.
- Extra
Args Dictionary<string, ImmutableDictionary<string, string>> - Extra
Envs List<Pulumi.Kubernetes. Types. Inputs. Core. V1. Env Var> - Extra
Volume List<Pulumi.Mounts Kubernetes. Types. Inputs. Core. V1. Volume Mount> Additional volumeMounts to the default backend container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- Extra
Volumes List<Pulumi.Kubernetes. Types. Inputs. Core. V1. Volume> Additional volumes to the default backend pod. - name: copy-portal-skins emptyDir: {}
- Image
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Image - Liveness
Probe Pulumi.Kubernetes. Types. Inputs. Core. V1. Probe Liveness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- int
- Name string
- Node
Selector Dictionary<string, string> Node labels for default backend pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- Pod
Annotations Dictionary<string, string> Annotations to be added to default backend pods.
- Pod
Labels Dictionary<string, string> labels to add to the pod container metadata
- Pod
Security Pulumi.Context Kubernetes. Types. Inputs. Core. V1. Pod Security Context Security Context policies for controller pods. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- Port int
- Priority
Class stringName - Readiness
Probe Pulumi.Kubernetes. Types. Inputs. Core. V1. Probe Readiness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Replica
Count int - Resources
Pulumi.
Kubernetes. Types. Inputs. Core. V1. Resource Requirements - Service
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Default Backend Service - Service
Account Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Service Account - Tolerations
List<Pulumi.
Kubernetes. Types. Inputs. Core. V1. Toleration> Node tolerations for server scheduling to nodes with taints. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
- Affinity Affinity
- Autoscaling Autoscaling
- Enabled bool
- Existing
Psp string Use an existing PSP instead of creating one.
- Extra
Args map[string]map[string]string - Extra
Envs EnvVar - Extra
Volume VolumeMounts Mount Additional volumeMounts to the default backend container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- Extra
Volumes Volume Additional volumes to the default backend pod. - name: copy-portal-skins emptyDir: {}
- Image
Controller
Image - Liveness
Probe Probe Liveness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- int
- Name string
- Node
Selector map[string]string Node labels for default backend pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- Pod
Annotations map[string]string Annotations to be added to default backend pods.
- Pod
Labels map[string]string labels to add to the pod container metadata
- Pod
Security PodContext Security Context Security Context policies for controller pods. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- Port int
- Priority
Class stringName - Readiness
Probe Probe Readiness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Replica
Count int - Resources
Resource
Requirements - Service
Controller
Default Backend Service - Service
Account ControllerService Account - Tolerations Toleration
Node tolerations for server scheduling to nodes with taints. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
- affinity Affinity
- autoscaling Autoscaling
- enabled Boolean
- existing
Psp String Use an existing PSP instead of creating one.
- extra
Args Map<String,Map<String,String>> - extra
Envs List<EnvVar> - extra
Volume List<VolumeMounts Mount> Additional volumeMounts to the default backend container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra
Volumes List<Volume> Additional volumes to the default backend pod. - name: copy-portal-skins emptyDir: {}
- image
Controller
Image - liveness
Probe Probe Liveness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Integer
- name String
- node
Selector Map<String,String> Node labels for default backend pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod
Annotations Map<String,String> Annotations to be added to default backend pods.
- pod
Labels Map<String,String> labels to add to the pod container metadata
- pod
Security PodContext Security Context Security Context policies for controller pods. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- port Integer
- priority
Class StringName - readiness
Probe Probe Readiness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica
Count Integer - resources
Resource
Requirements - service
Controller
Default Backend Service - service
Account ControllerService Account - tolerations List<Toleration>
Node tolerations for server scheduling to nodes with taints. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
- affinity
pulumi
Kubernetestypesinputcorev1Affinity - autoscaling Autoscaling
- enabled boolean
- existing
Psp string Use an existing PSP instead of creating one.
- extra
Args {[key: string]: {[key: string]: string}} - extra
Envs pulumiKubernetestypesinputcorev1Env Var[] - extra
Volume pulumiMounts Kubernetestypesinputcorev1Volume Mount[] Additional volumeMounts to the default backend container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra
Volumes pulumiKubernetestypesinputcorev1Volume[] Additional volumes to the default backend pod. - name: copy-portal-skins emptyDir: {}
- image
Controller
Image - liveness
Probe pulumiKubernetestypesinputcorev1Probe Liveness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- number
- name string
- node
Selector {[key: string]: string} Node labels for default backend pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod
Annotations {[key: string]: string} Annotations to be added to default backend pods.
- pod
Labels {[key: string]: string} labels to add to the pod container metadata
- pod
Security pulumiContext Kubernetestypesinputcorev1Pod Security Context Security Context policies for controller pods. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- port number
- priority
Class stringName - readiness
Probe pulumiKubernetestypesinputcorev1Probe Readiness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica
Count number - resources
pulumi
Kubernetestypesinputcorev1Resource Requirements - service
Controller
Default Backend Service - service
Account ControllerService Account - tolerations
pulumi
Kubernetestypesinputcorev1Toleration[] Node tolerations for server scheduling to nodes with taints. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
- affinity
Affinity
Args - autoscaling Autoscaling
- enabled bool
- existing_
psp str Use an existing PSP instead of creating one.
- extra_
args Mapping[str, Mapping[str, str]] - extra_
envs EnvVar Args] - extra_
volume_ Volumemounts Mount Args] Additional volumeMounts to the default backend container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra_
volumes VolumeArgs] Additional volumes to the default backend pod. - name: copy-portal-skins emptyDir: {}
- image
Controller
Image - liveness_
probe ProbeArgs Liveness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- min_
available int - name str
- node_
selector Mapping[str, str] Node labels for default backend pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod_
annotations Mapping[str, str] Annotations to be added to default backend pods.
- pod_
labels Mapping[str, str] labels to add to the pod container metadata
- pod_
security_ Podcontext Security Context Args Security Context policies for controller pods. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- port int
- priority_
class_ strname - readiness_
probe ProbeArgs Readiness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica_
count int - resources
Resource
Requirements Args - service
Controller
Default Backend Service - service_
account ControllerService Account - tolerations
Toleration
Args] Node tolerations for server scheduling to nodes with taints. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
- affinity Property Map
- autoscaling Property Map
- enabled Boolean
- existing
Psp String Use an existing PSP instead of creating one.
- extra
Args Map<Map<String>> - extra
Envs List<Property Map> - extra
Volume List<Property Map>Mounts Additional volumeMounts to the default backend container. - name: copy-portal-skins mountPath: /var/lib/lemonldap-ng/portal/skins
- extra
Volumes List<Property Map> Additional volumes to the default backend pod. - name: copy-portal-skins emptyDir: {}
- image Property Map
- liveness
Probe Property Map Liveness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- Number
- name String
- node
Selector Map<String> Node labels for default backend pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/.
- pod
Annotations Map<String> Annotations to be added to default backend pods.
- pod
Labels Map<String> labels to add to the pod container metadata
- pod
Security Property MapContext Security Context policies for controller pods. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls.
- port Number
- priority
Class StringName - readiness
Probe Property Map Readiness probe values for default backend. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes.
- replica
Count Number - resources Property Map
- service Property Map
- service
Account Property Map - tolerations List<Property Map>
Node tolerations for server scheduling to nodes with taints. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
ControllerDefaultBackendService
- Annotations Dictionary<string, string>
- Cluster
IP string - External
IPs List<string> List of IP addresses at which the default backend service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- Load
Balancer stringIP - Load
Balancer List<string>Source Ranges - Service
Port int - Type string
- Annotations map[string]string
- Cluster
IP string - External
IPs []string List of IP addresses at which the default backend service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- Load
Balancer stringIP - Load
Balancer []stringSource Ranges - Service
Port int - Type string
- annotations Map<String,String>
- cluster
IP String - external
IPs List<String> List of IP addresses at which the default backend service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- load
Balancer StringIP - load
Balancer List<String>Source Ranges - service
Port Integer - type String
- annotations {[key: string]: string}
- cluster
IP string - external
IPs string[] List of IP addresses at which the default backend service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- load
Balancer stringIP - load
Balancer string[]Source Ranges - service
Port number - type string
- annotations Mapping[str, str]
- cluster_
ip str - external_
ips Sequence[str] List of IP addresses at which the default backend service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- load_
balancer_ strip - load_
balancer_ Sequence[str]source_ ranges - service_
port int - type str
- annotations Map<String>
- cluster
IP String - external
IPs List<String> List of IP addresses at which the default backend service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- load
Balancer StringIP - load
Balancer List<String>Source Ranges - service
Port Number - type String
ControllerHostPort
- enabled Boolean
- ports
Controller
Host Port Ports
- enabled boolean
- ports
Controller
Host Port Ports
- enabled Boolean
- ports Property Map
ControllerHostPortPorts
ControllerImage
- Allow
Privilege boolEscalation - Digest string
- Image string
- Pull
Policy string - Read
Only boolRoot Filesystem - Registry string
- Repository string
for backwards compatibility consider setting the full image url via the repository value below use either current default registry/image or repository format or installing will fail.
- Run
As boolNon Root - Run
As stringUser - Tag string
- Allow
Privilege boolEscalation - Digest string
- Image string
- Pull
Policy string - Read
Only boolRoot Filesystem - Registry string
- Repository string
for backwards compatibility consider setting the full image url via the repository value below use either current default registry/image or repository format or installing will fail.
- Run
As boolNon Root - Run
As stringUser - Tag string
- allow
Privilege BooleanEscalation - digest String
- image String
- pull
Policy String - read
Only BooleanRoot Filesystem - registry String
- repository String
for backwards compatibility consider setting the full image url via the repository value below use either current default registry/image or repository format or installing will fail.
- run
As BooleanNon Root - run
As StringUser - tag String
- allow
Privilege booleanEscalation - digest string
- image string
- pull
Policy string - read
Only booleanRoot Filesystem - registry string
- repository string
for backwards compatibility consider setting the full image url via the repository value below use either current default registry/image or repository format or installing will fail.
- run
As booleanNon Root - run
As stringUser - tag string
- allow_
privilege_ boolescalation - digest str
- image str
- pull_
policy str - read_
only_ boolroot_ filesystem - registry str
- repository str
for backwards compatibility consider setting the full image url via the repository value below use either current default registry/image or repository format or installing will fail.
- run_
as_ boolnon_ root - run_
as_ struser - tag str
- allow
Privilege BooleanEscalation - digest String
- image String
- pull
Policy String - read
Only BooleanRoot Filesystem - registry String
- repository String
for backwards compatibility consider setting the full image url via the repository value below use either current default registry/image or repository format or installing will fail.
- run
As BooleanNon Root - run
As StringUser - tag String
ControllerIngressClassResource
- Controller
Value string - Default bool
- Enabled bool
- Name string
- Parameters
Dictionary<string, Immutable
Dictionary<string, string>> Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
- Controller
Value string - Default bool
- Enabled bool
- Name string
- Parameters map[string]map[string]string
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
- controller
Value String - default_ Boolean
- enabled Boolean
- name String
- parameters Map<String,Map<String,String>>
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
- controller
Value string - default boolean
- enabled boolean
- name string
- parameters {[key: string]: {[key: string]: string}}
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
- controller_
value str - default bool
- enabled bool
- name str
- parameters Mapping[str, Mapping[str, str]]
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
- controller
Value String - default Boolean
- enabled Boolean
- name String
- parameters Map<Map<String>>
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
ControllerMetrics
- Enabled bool
- Port int
if this port is changed, change healthz-port: in extraArgs: accordingly.
- Prometheus
Rule Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Metrics Prometheus Rules - Service
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Metrics Service - Service
Monitor Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Metrics Service Monitor
- Enabled bool
- Port int
if this port is changed, change healthz-port: in extraArgs: accordingly.
- Prometheus
Rule ControllerMetrics Prometheus Rules - Service
Controller
Metrics Service - Service
Monitor ControllerMetrics Service Monitor
- enabled Boolean
- port Integer
if this port is changed, change healthz-port: in extraArgs: accordingly.
- prometheus
Rule ControllerMetrics Prometheus Rules - service
Controller
Metrics Service - service
Monitor ControllerMetrics Service Monitor
- enabled boolean
- port number
if this port is changed, change healthz-port: in extraArgs: accordingly.
- prometheus
Rule ControllerMetrics Prometheus Rules - service
Controller
Metrics Service - service
Monitor ControllerMetrics Service Monitor
- enabled bool
- port int
if this port is changed, change healthz-port: in extraArgs: accordingly.
- prometheus_
rule ControllerMetrics Prometheus Rules - service
Controller
Metrics Service - service_
monitor ControllerMetrics Service Monitor
- enabled Boolean
- port Number
if this port is changed, change healthz-port: in extraArgs: accordingly.
- prometheus
Rule Property Map - service Property Map
- service
Monitor Property Map
ControllerMetricsPrometheusRules
- Additional
Labels Dictionary<string, ImmutableDictionary<string, string>> - Enabled bool
- Namespace string
- Rules
List<Immutable
Dictionary<string, string>>
- Additional
Labels map[string]map[string]string - Enabled bool
- Namespace string
- Rules []map[string]string
- additional
Labels Map<String,Map<String,String>> - enabled Boolean
- namespace String
- rules List<Map<String,String>>
- additional
Labels {[key: string]: {[key: string]: string}} - enabled boolean
- namespace string
- rules {[key: string]: string}[]
- additional_
labels Mapping[str, Mapping[str, str]] - enabled bool
- namespace str
- rules Sequence[Mapping[str, str]]
- additional
Labels Map<Map<String>> - enabled Boolean
- namespace String
- rules List<Map<String>>
ControllerMetricsService
- Annotations Dictionary<string, string>
- Cluster
IP string - External
IPs List<string> - External
Traffic stringPolicy - Load
Balancer stringIPs - Load
Balancer List<string>Source Ranges - Node
Port string - Service
Port int - Type string
- Annotations map[string]string
- Cluster
IP string - External
IPs []string - External
Traffic stringPolicy - Load
Balancer stringIPs - Load
Balancer []stringSource Ranges - Node
Port string - Service
Port int - Type string
- annotations Map<String,String>
- cluster
IP String - external
IPs List<String> - external
Traffic StringPolicy - load
Balancer StringIPs - load
Balancer List<String>Source Ranges - node
Port String - service
Port Integer - type String
- annotations {[key: string]: string}
- cluster
IP string - external
IPs string[] - external
Traffic stringPolicy - load
Balancer stringIPs - load
Balancer string[]Source Ranges - node
Port string - service
Port number - type string
- annotations Mapping[str, str]
- cluster_
ip str - external_
ips Sequence[str] - external_
traffic_ strpolicy - load_
balancer_ strips - load_
balancer_ Sequence[str]source_ ranges - node_
port str - service_
port int - type str
- annotations Map<String>
- cluster
IP String - external
IPs List<String> - external
Traffic StringPolicy - load
Balancer StringIPs - load
Balancer List<String>Source Ranges - node
Port String - service
Port Number - type String
ControllerMetricsServiceMonitor
- Additional
Labels Dictionary<string, ImmutableDictionary<string, string>> - Enabled bool
- Honor
Labels bool - Job
Label string The label to use to retrieve the job name from.
- Metric
Relabelings List<string> - Namespace string
- Namespace
Selector Dictionary<string, ImmutableDictionary<string, string>> - Scrape
Interval string - Target
Labels List<string>
- Additional
Labels map[string]map[string]string - Enabled bool
- Honor
Labels bool - Job
Label string The label to use to retrieve the job name from.
- Metric
Relabelings []string - Namespace string
- Namespace
Selector map[string]map[string]string - Scrape
Interval string - Target
Labels []string
- additional
Labels Map<String,Map<String,String>> - enabled Boolean
- honor
Labels Boolean - job
Label String The label to use to retrieve the job name from.
- metric
Relabelings List<String> - namespace String
- namespace
Selector Map<String,Map<String,String>> - scrape
Interval String - target
Labels List<String>
- additional
Labels {[key: string]: {[key: string]: string}} - enabled boolean
- honor
Labels boolean - job
Label string The label to use to retrieve the job name from.
- metric
Relabelings string[] - namespace string
- namespace
Selector {[key: string]: {[key: string]: string}} - scrape
Interval string - target
Labels string[]
- additional_
labels Mapping[str, Mapping[str, str]] - enabled bool
- honor_
labels bool - job_
label str The label to use to retrieve the job name from.
- metric_
relabelings Sequence[str] - namespace str
- namespace_
selector Mapping[str, Mapping[str, str]] - scrape_
interval str - target_
labels Sequence[str]
- additional
Labels Map<Map<String>> - enabled Boolean
- honor
Labels Boolean - job
Label String The label to use to retrieve the job name from.
- metric
Relabelings List<String> - namespace String
- namespace
Selector Map<Map<String>> - scrape
Interval String - target
Labels List<String>
ControllerPodSecurityPolicy
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
ControllerPort
ControllerPublishService
- Enabled bool
- Path
Override string Allows overriding of the publish service to bind to. Must be /<service_name>.
- Enabled bool
- Path
Override string Allows overriding of the publish service to bind to. Must be /<service_name>.
- enabled Boolean
- path
Override String Allows overriding of the publish service to bind to. Must be /<service_name>.
- enabled boolean
- path
Override string Allows overriding of the publish service to bind to. Must be /<service_name>.
- enabled bool
- path_
override str Allows overriding of the publish service to bind to. Must be /<service_name>.
- enabled Boolean
- path
Override String Allows overriding of the publish service to bind to. Must be /<service_name>.
ControllerRBAC
ControllerRollingUpdate
- int
- int
- Integer
- number
- int
- Number
ControllerScope
ControllerService
- Annotations
Dictionary<string, Immutable
Dictionary<string, string>> - Cluster
IP string - Enable
Http bool - Enable
Https bool - Enabled bool
- External
IPs List<string> List of IP addresses at which the controller services are available Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- External
Traffic stringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- Health
Check intNode Port specifies the health check node port (numeric port number) for the service. If healthCheckNodePort isn’t specified, the service controller allocates a port from your cluster’s NodePort range. Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
- Internal
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Service Internal Enables an additional internal load balancer (besides the external one). Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
- Labels
Dictionary<string, Immutable
Dictionary<string, string>> - Load
Balancer stringIPs - Load
Balancer List<string>Source Ranges - Node
Ports Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Service Node Ports - Ports
Pulumi.
Kubernetes Ingress Nginx. Inputs. Controller Port - Session
Affinity string Must be either "None" or "ClientIP" if set. Kubernetes will default to "None". Ref: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
- Target
Ports Pulumi.Kubernetes Ingress Nginx. Inputs. Controller Port - Type string
- Annotations map[string]map[string]string
- Cluster
IP string - Enable
Http bool - Enable
Https bool - Enabled bool
- External
IPs []string List of IP addresses at which the controller services are available Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- External
Traffic stringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- Health
Check intNode Port specifies the health check node port (numeric port number) for the service. If healthCheckNodePort isn’t specified, the service controller allocates a port from your cluster’s NodePort range. Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
- Internal
Controller
Service Internal Enables an additional internal load balancer (besides the external one). Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
- Labels map[string]map[string]string
- Load
Balancer stringIPs - Load
Balancer []stringSource Ranges - Node
Ports ControllerService Node Ports - Ports
Controller
Port - Session
Affinity string Must be either "None" or "ClientIP" if set. Kubernetes will default to "None". Ref: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
- Target
Ports ControllerPort - Type string
- annotations Map<String,Map<String,String>>
- cluster
IP String - enable
Http Boolean - enable
Https Boolean - enabled Boolean
- external
IPs List<String> List of IP addresses at which the controller services are available Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- external
Traffic StringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- health
Check IntegerNode Port specifies the health check node port (numeric port number) for the service. If healthCheckNodePort isn’t specified, the service controller allocates a port from your cluster’s NodePort range. Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
- internal
Controller
Service Internal Enables an additional internal load balancer (besides the external one). Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
- labels Map<String,Map<String,String>>
- load
Balancer StringIPs - load
Balancer List<String>Source Ranges - node
Ports ControllerService Node Ports - ports
Controller
Port - session
Affinity String Must be either "None" or "ClientIP" if set. Kubernetes will default to "None". Ref: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
- target
Ports ControllerPort - type String
- annotations {[key: string]: {[key: string]: string}}
- cluster
IP string - enable
Http boolean - enable
Https boolean - enabled boolean
- external
IPs string[] List of IP addresses at which the controller services are available Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- external
Traffic stringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- health
Check numberNode Port specifies the health check node port (numeric port number) for the service. If healthCheckNodePort isn’t specified, the service controller allocates a port from your cluster’s NodePort range. Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
- internal
Controller
Service Internal Enables an additional internal load balancer (besides the external one). Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
- labels {[key: string]: {[key: string]: string}}
- load
Balancer stringIPs - load
Balancer string[]Source Ranges - node
Ports ControllerService Node Ports - ports
Controller
Port - session
Affinity string Must be either "None" or "ClientIP" if set. Kubernetes will default to "None". Ref: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
- target
Ports ControllerPort - type string
- annotations Mapping[str, Mapping[str, str]]
- cluster_
ip str - enable_
http bool - enable_
https bool - enabled bool
- external_
ips Sequence[str] List of IP addresses at which the controller services are available Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- external_
traffic_ strpolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- health_
check_ intnode_ port specifies the health check node port (numeric port number) for the service. If healthCheckNodePort isn’t specified, the service controller allocates a port from your cluster’s NodePort range. Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
- internal
Controller
Service Internal Enables an additional internal load balancer (besides the external one). Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
- labels Mapping[str, Mapping[str, str]]
- load_
balancer_ strips - load_
balancer_ Sequence[str]source_ ranges - node_
ports ControllerService Node Ports - ports
Controller
Port - session_
affinity str Must be either "None" or "ClientIP" if set. Kubernetes will default to "None". Ref: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
- target_
ports ControllerPort - type str
- annotations Map<Map<String>>
- cluster
IP String - enable
Http Boolean - enable
Https Boolean - enabled Boolean
- external
IPs List<String> List of IP addresses at which the controller services are available Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- external
Traffic StringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- health
Check NumberNode Port specifies the health check node port (numeric port number) for the service. If healthCheckNodePort isn’t specified, the service controller allocates a port from your cluster’s NodePort range. Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
- internal Property Map
Enables an additional internal load balancer (besides the external one). Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
- labels Map<Map<String>>
- load
Balancer StringIPs - load
Balancer List<String>Source Ranges - node
Ports Property Map - ports Property Map
- session
Affinity String Must be either "None" or "ClientIP" if set. Kubernetes will default to "None". Ref: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
- target
Ports Property Map - type String
ControllerServiceAccount
- Automount
Service boolAccount Token - Create bool
- Name string
- Automount
Service boolAccount Token - Create bool
- Name string
- automount
Service BooleanAccount Token - create Boolean
- name String
- automount
Service booleanAccount Token - create boolean
- name string
- automount_
service_ boolaccount_ token - create bool
- name str
- automount
Service BooleanAccount Token - create Boolean
- name String
ControllerServiceInternal
- Annotations
Dictionary<string, Immutable
Dictionary<string, string>> - Enabled bool
- External
Traffic stringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- Labels
Dictionary<string, Immutable
Dictionary<string, string>> - Load
Balancer stringIPs - Load
Balancer List<string>Source Ranges Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
- Annotations map[string]map[string]string
- Enabled bool
- External
Traffic stringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- Labels map[string]map[string]string
- Load
Balancer stringIPs - Load
Balancer []stringSource Ranges Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
- annotations Map<String,Map<String,String>>
- enabled Boolean
- external
Traffic StringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- labels Map<String,Map<String,String>>
- load
Balancer StringIPs - load
Balancer List<String>Source Ranges Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
- annotations {[key: string]: {[key: string]: string}}
- enabled boolean
- external
Traffic stringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- labels {[key: string]: {[key: string]: string}}
- load
Balancer stringIPs - load
Balancer string[]Source Ranges Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
- annotations Mapping[str, Mapping[str, str]]
- enabled bool
- external_
traffic_ strpolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- labels Mapping[str, Mapping[str, str]]
- load_
balancer_ strips - load_
balancer_ Sequence[str]source_ ranges Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
- annotations Map<Map<String>>
- enabled Boolean
- external
Traffic StringPolicy Set external traffic policy to: "Local" to preserve source IP on providers supporting it. Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
- labels Map<Map<String>>
- load
Balancer StringIPs - load
Balancer List<String>Source Ranges Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
ControllerServiceNodePorts
ControllerTcp
- Annotations Dictionary<string, string>
Annotations to be added to the tcp config configmap.
- Config
Map stringNamespace
- Annotations map[string]string
Annotations to be added to the tcp config configmap.
- Config
Map stringNamespace
- annotations Map<String,String>
Annotations to be added to the tcp config configmap.
- config
Map StringNamespace
- annotations {[key: string]: string}
Annotations to be added to the tcp config configmap.
- config
Map stringNamespace
- annotations Mapping[str, str]
Annotations to be added to the tcp config configmap.
- config_
map_ strnamespace
- annotations Map<String>
Annotations to be added to the tcp config configmap.
- config
Map StringNamespace
ControllerUdp
- Annotations Dictionary<string, string>
Annotations to be added to the udp config configmap.
- Config
Map stringNamespace
- Annotations map[string]string
Annotations to be added to the udp config configmap.
- Config
Map stringNamespace
- annotations Map<String,String>
Annotations to be added to the udp config configmap.
- config
Map StringNamespace
- annotations {[key: string]: string}
Annotations to be added to the udp config configmap.
- config
Map stringNamespace
- annotations Mapping[str, str]
Annotations to be added to the udp config configmap.
- config_
map_ strnamespace
- annotations Map<String>
Annotations to be added to the udp config configmap.
- config
Map StringNamespace
ControllerUpdateStrategy
- rolling
Update Property Map - type String
Keda
- Api
Version string apiVersion changes with keda 1.x vs 2.x: 2.x = keda.sh/v1alpha1, 1.x = keda.k8s.io/v1alpha1.
- Behavior
Pulumi.
Kubernetes Ingress Nginx. Inputs. Autoscaling Behavior - Cooldown
Period int - Enabled bool
- Max
Replicas int - Min
Replicas int - Polling
Interval int - Restore
To boolOriginal Replica Count - Scaled
Object Pulumi.Kubernetes Ingress Nginx. Inputs. Keda Scaled Object - Triggers
List<Pulumi.
Kubernetes Ingress Nginx. Inputs. Keda Trigger>
- Api
Version string apiVersion changes with keda 1.x vs 2.x: 2.x = keda.sh/v1alpha1, 1.x = keda.k8s.io/v1alpha1.
- Behavior
Autoscaling
Behavior - Cooldown
Period int - Enabled bool
- Max
Replicas int - Min
Replicas int - Polling
Interval int - Restore
To boolOriginal Replica Count - Scaled
Object KedaScaled Object - Triggers
[]Keda
Trigger
- api
Version String apiVersion changes with keda 1.x vs 2.x: 2.x = keda.sh/v1alpha1, 1.x = keda.k8s.io/v1alpha1.
- behavior
Autoscaling
Behavior - cooldown
Period Integer - enabled Boolean
- max
Replicas Integer - min
Replicas Integer - polling
Interval Integer - restore
To BooleanOriginal Replica Count - scaled
Object KedaScaled Object - triggers
List<Keda
Trigger>
- api
Version string apiVersion changes with keda 1.x vs 2.x: 2.x = keda.sh/v1alpha1, 1.x = keda.k8s.io/v1alpha1.
- behavior
Autoscaling
Behavior - cooldown
Period number - enabled boolean
- max
Replicas number - min
Replicas number - polling
Interval number - restore
To booleanOriginal Replica Count - scaled
Object KedaScaled Object - triggers
Keda
Trigger[]
- api_
version str apiVersion changes with keda 1.x vs 2.x: 2.x = keda.sh/v1alpha1, 1.x = keda.k8s.io/v1alpha1.
- behavior
Autoscaling
Behavior - cooldown_
period int - enabled bool
- max_
replicas int - min_
replicas int - polling_
interval int - restore_
to_ booloriginal_ replica_ count - scaled_
object KedaScaled Object - triggers
Sequence[Keda
Trigger]
- api
Version String apiVersion changes with keda 1.x vs 2.x: 2.x = keda.sh/v1alpha1, 1.x = keda.k8s.io/v1alpha1.
- behavior Property Map
- cooldown
Period Number - enabled Boolean
- max
Replicas Number - min
Replicas Number - polling
Interval Number - restore
To BooleanOriginal Replica Count - scaled
Object Property Map - triggers List<Property Map>
KedaScaledObject
- Annotations Dictionary<string, string>
Custom annotations for ScaledObject resource.
- Annotations map[string]string
Custom annotations for ScaledObject resource.
- annotations Map<String,String>
Custom annotations for ScaledObject resource.
- annotations {[key: string]: string}
Custom annotations for ScaledObject resource.
- annotations Mapping[str, str]
Custom annotations for ScaledObject resource.
- annotations Map<String>
Custom annotations for ScaledObject resource.
KedaTrigger
Release
- Atomic bool
If set, installation process purges chart on fail.
skipAwait
will be disabled automatically if atomic is used.- Chart string
Chart name to be installed. A path may be used.
- Cleanup
On boolFail Allow deletion of new resources created in this upgrade when upgrade fails.
- Create
Namespace bool Create the namespace if it does not exist.
- Dependency
Update bool Run helm dependency update before installing the chart.
- Description string
Add a custom description
- Devel bool
Use chart development versions, too. Equivalent to version '>0.0.0-0'. If
version
is set, this is ignored.- Disable
CRDHooks bool Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook
- Disable
Openapi boolValidation If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
- Disable
Webhooks bool Prevent hooks from running.
- Force
Update bool Force resource update through delete/recreate if needed.
- Keyring string
Location of public keys used for verification. Used only if
verify
is true- Lint bool
Run helm lint when planning.
- Manifest Dictionary<string, object>
The rendered manifests as JSON. Not yet supported.
- Max
History int Limit the maximum number of revisions saved per release. Use 0 for no limit.
- Name string
Release name.
- Namespace string
Namespace to install the release into.
- Postrender string
Postrender command to run.
- Recreate
Pods bool Perform pods restart during upgrade/rollback.
- Render
Subchart boolNotes If set, render subchart notes along with the parent.
- Replace bool
Re-use the given name, even if that name is already used. This is unsafe in production
- Repository
Opts Pulumi.Kubernetes Ingress Nginx. Inputs. Repository Opts Specification defining the Helm chart repository to use.
- Reset
Values bool When upgrading, reset the values to the ones built into the chart.
- Resource
Names Dictionary<string, ImmutableArray<string>> Names of resources created by the release grouped by "kind/version".
- Reuse
Values bool When upgrading, reuse the last release's values and merge in any overrides. If 'resetValues' is specified, this is ignored
- Skip
Await bool By default, the provider waits until all resources are in a ready state before marking the release as successful. Setting this to true will skip such await logic.
- Skip
Crds bool If set, no CRDs will be installed. By default, CRDs are installed if not already present.
- Timeout int
Time in seconds to wait for any individual kubernetes operation.
- Value
Yaml List<AssetFiles Or Archive> List of assets (raw yaml files). Content is read and merged with values. Not yet supported.
- Values Dictionary<string, object>
Custom values set for the release.
- Verify bool
Verify the package before installing it.
- Version string
Specify the exact chart version to install. If this is not specified, the latest version is installed.
- Wait
For boolJobs Will wait until all Jobs have been completed before marking the release as successful. This is ignored if
skipAwait
is enabled.
- Atomic bool
If set, installation process purges chart on fail.
skipAwait
will be disabled automatically if atomic is used.- Chart string
Chart name to be installed. A path may be used.
- Cleanup
On boolFail Allow deletion of new resources created in this upgrade when upgrade fails.
- Create
Namespace bool Create the namespace if it does not exist.
- Dependency
Update bool Run helm dependency update before installing the chart.
- Description string
Add a custom description
- Devel bool
Use chart development versions, too. Equivalent to version '>0.0.0-0'. If
version
is set, this is ignored.- Disable
CRDHooks bool Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook
- Disable
Openapi boolValidation If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
- Disable
Webhooks bool Prevent hooks from running.
- Force
Update bool Force resource update through delete/recreate if needed.
- Keyring string
Location of public keys used for verification. Used only if
verify
is true- Lint bool
Run helm lint when planning.
- Manifest map[string]interface{}
The rendered manifests as JSON. Not yet supported.
- Max
History int Limit the maximum number of revisions saved per release. Use 0 for no limit.
- Name string
Release name.
- Namespace string
Namespace to install the release into.
- Postrender string
Postrender command to run.
- Recreate
Pods bool Perform pods restart during upgrade/rollback.
- Render
Subchart boolNotes If set, render subchart notes along with the parent.
- Replace bool
Re-use the given name, even if that name is already used. This is unsafe in production
- Repository
Opts RepositoryOpts Specification defining the Helm chart repository to use.
- Reset
Values bool When upgrading, reset the values to the ones built into the chart.
- Resource
Names map[string][]string Names of resources created by the release grouped by "kind/version".
- Reuse
Values bool When upgrading, reuse the last release's values and merge in any overrides. If 'resetValues' is specified, this is ignored
- Skip
Await bool By default, the provider waits until all resources are in a ready state before marking the release as successful. Setting this to true will skip such await logic.
- Skip
Crds bool If set, no CRDs will be installed. By default, CRDs are installed if not already present.
- Timeout int
Time in seconds to wait for any individual kubernetes operation.
- Value
Yaml AssetFiles Or Archive List of assets (raw yaml files). Content is read and merged with values. Not yet supported.
- Values map[string]interface{}
Custom values set for the release.
- Verify bool
Verify the package before installing it.
- Version string
Specify the exact chart version to install. If this is not specified, the latest version is installed.
- Wait
For boolJobs Will wait until all Jobs have been completed before marking the release as successful. This is ignored if
skipAwait
is enabled.
- atomic Boolean
If set, installation process purges chart on fail.
skipAwait
will be disabled automatically if atomic is used.- chart String
Chart name to be installed. A path may be used.
- cleanup
On BooleanFail Allow deletion of new resources created in this upgrade when upgrade fails.
- create
Namespace Boolean Create the namespace if it does not exist.
- dependency
Update Boolean Run helm dependency update before installing the chart.
- description String
Add a custom description
- devel Boolean
Use chart development versions, too. Equivalent to version '>0.0.0-0'. If
version
is set, this is ignored.- disable
CRDHooks Boolean Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook
- disable
Openapi BooleanValidation If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
- disable
Webhooks Boolean Prevent hooks from running.
- force
Update Boolean Force resource update through delete/recreate if needed.
- keyring String
Location of public keys used for verification. Used only if
verify
is true- lint Boolean
Run helm lint when planning.
- manifest Map<String,Object>
The rendered manifests as JSON. Not yet supported.
- max
History Integer Limit the maximum number of revisions saved per release. Use 0 for no limit.
- name String
Release name.
- namespace String
Namespace to install the release into.
- postrender String
Postrender command to run.
- recreate
Pods Boolean Perform pods restart during upgrade/rollback.
- render
Subchart BooleanNotes If set, render subchart notes along with the parent.
- replace Boolean
Re-use the given name, even if that name is already used. This is unsafe in production
- repository
Opts RepositoryOpts Specification defining the Helm chart repository to use.
- reset
Values Boolean When upgrading, reset the values to the ones built into the chart.
- resource
Names Map<String,List<String>> Names of resources created by the release grouped by "kind/version".
- reuse
Values Boolean When upgrading, reuse the last release's values and merge in any overrides. If 'resetValues' is specified, this is ignored
- skip
Await Boolean By default, the provider waits until all resources are in a ready state before marking the release as successful. Setting this to true will skip such await logic.
- skip
Crds Boolean If set, no CRDs will be installed. By default, CRDs are installed if not already present.
- timeout Integer
Time in seconds to wait for any individual kubernetes operation.
- value
Yaml List<AssetFiles Or Archive> List of assets (raw yaml files). Content is read and merged with values. Not yet supported.
- values Map<String,Object>
Custom values set for the release.
- verify Boolean
Verify the package before installing it.
- version String
Specify the exact chart version to install. If this is not specified, the latest version is installed.
- wait
For BooleanJobs Will wait until all Jobs have been completed before marking the release as successful. This is ignored if
skipAwait
is enabled.
- atomic boolean
If set, installation process purges chart on fail.
skipAwait
will be disabled automatically if atomic is used.- chart string
Chart name to be installed. A path may be used.
- cleanup
On booleanFail Allow deletion of new resources created in this upgrade when upgrade fails.
- create
Namespace boolean Create the namespace if it does not exist.
- dependency
Update boolean Run helm dependency update before installing the chart.
- description string
Add a custom description
- devel boolean
Use chart development versions, too. Equivalent to version '>0.0.0-0'. If
version
is set, this is ignored.- disable
CRDHooks boolean Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook
- disable
Openapi booleanValidation If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
- disable
Webhooks boolean Prevent hooks from running.
- force
Update boolean Force resource update through delete/recreate if needed.
- keyring string
Location of public keys used for verification. Used only if
verify
is true- lint boolean
Run helm lint when planning.
- manifest {[key: string]: any}
The rendered manifests as JSON. Not yet supported.
- max
History number Limit the maximum number of revisions saved per release. Use 0 for no limit.
- name string
Release name.
- namespace string
Namespace to install the release into.
- postrender string
Postrender command to run.
- recreate
Pods boolean Perform pods restart during upgrade/rollback.
- render
Subchart booleanNotes If set, render subchart notes along with the parent.
- replace boolean
Re-use the given name, even if that name is already used. This is unsafe in production
- repository
Opts RepositoryOpts Specification defining the Helm chart repository to use.
- reset
Values boolean When upgrading, reset the values to the ones built into the chart.
- resource
Names {[key: string]: string[]} Names of resources created by the release grouped by "kind/version".
- reuse
Values boolean When upgrading, reuse the last release's values and merge in any overrides. If 'resetValues' is specified, this is ignored
- skip
Await boolean By default, the provider waits until all resources are in a ready state before marking the release as successful. Setting this to true will skip such await logic.
- skip
Crds boolean If set, no CRDs will be installed. By default, CRDs are installed if not already present.
- timeout number
Time in seconds to wait for any individual kubernetes operation.
- value
Yaml (pulumiassetFiles Asset | pulumiasset Archive)[] List of assets (raw yaml files). Content is read and merged with values. Not yet supported.
- values {[key: string]: any}
Custom values set for the release.
- verify boolean
Verify the package before installing it.
- version string
Specify the exact chart version to install. If this is not specified, the latest version is installed.
- wait
For booleanJobs Will wait until all Jobs have been completed before marking the release as successful. This is ignored if
skipAwait
is enabled.
- atomic bool
If set, installation process purges chart on fail.
skipAwait
will be disabled automatically if atomic is used.- chart str
Chart name to be installed. A path may be used.
- cleanup_
on_ boolfail Allow deletion of new resources created in this upgrade when upgrade fails.
- create_
namespace bool Create the namespace if it does not exist.
- dependency_
update bool Run helm dependency update before installing the chart.
- description str
Add a custom description
- devel bool
Use chart development versions, too. Equivalent to version '>0.0.0-0'. If
version
is set, this is ignored.- disable_
crd_ boolhooks Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook
- disable_
openapi_ boolvalidation If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
- disable_
webhooks bool Prevent hooks from running.
- force_
update bool Force resource update through delete/recreate if needed.
- keyring str
Location of public keys used for verification. Used only if
verify
is true- lint bool
Run helm lint when planning.
- manifest Mapping[str, Any]
The rendered manifests as JSON. Not yet supported.
- max_
history int Limit the maximum number of revisions saved per release. Use 0 for no limit.
- name str
Release name.
- namespace str
Namespace to install the release into.
- postrender str
Postrender command to run.
- recreate_
pods bool Perform pods restart during upgrade/rollback.
- render_
subchart_ boolnotes If set, render subchart notes along with the parent.
- replace bool
Re-use the given name, even if that name is already used. This is unsafe in production
- repository_
opts RepositoryOpts Specification defining the Helm chart repository to use.
- reset_
values bool When upgrading, reset the values to the ones built into the chart.
- resource_
names Mapping[str, Sequence[str]] Names of resources created by the release grouped by "kind/version".
- reuse_
values bool When upgrading, reuse the last release's values and merge in any overrides. If 'resetValues' is specified, this is ignored
- skip_
await bool By default, the provider waits until all resources are in a ready state before marking the release as successful. Setting this to true will skip such await logic.
- skip_
crds bool If set, no CRDs will be installed. By default, CRDs are installed if not already present.
- timeout int
Time in seconds to wait for any individual kubernetes operation.
- value_
yaml_ Archive]]files List of assets (raw yaml files). Content is read and merged with values. Not yet supported.
- values Mapping[str, Any]
Custom values set for the release.
- verify bool
Verify the package before installing it.
- version str
Specify the exact chart version to install. If this is not specified, the latest version is installed.
- wait_
for_ booljobs Will wait until all Jobs have been completed before marking the release as successful. This is ignored if
skipAwait
is enabled.
- atomic Boolean
If set, installation process purges chart on fail.
skipAwait
will be disabled automatically if atomic is used.- chart String
Chart name to be installed. A path may be used.
- cleanup
On BooleanFail Allow deletion of new resources created in this upgrade when upgrade fails.
- create
Namespace Boolean Create the namespace if it does not exist.
- dependency
Update Boolean Run helm dependency update before installing the chart.
- description String
Add a custom description
- devel Boolean
Use chart development versions, too. Equivalent to version '>0.0.0-0'. If
version
is set, this is ignored.- disable
CRDHooks Boolean Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook
- disable
Openapi BooleanValidation If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
- disable
Webhooks Boolean Prevent hooks from running.
- force
Update Boolean Force resource update through delete/recreate if needed.
- keyring String
Location of public keys used for verification. Used only if
verify
is true- lint Boolean
Run helm lint when planning.
- manifest Map<Any>
The rendered manifests as JSON. Not yet supported.
- max
History Number Limit the maximum number of revisions saved per release. Use 0 for no limit.
- name String
Release name.
- namespace String
Namespace to install the release into.
- postrender String
Postrender command to run.
- recreate
Pods Boolean Perform pods restart during upgrade/rollback.
- render
Subchart BooleanNotes If set, render subchart notes along with the parent.
- replace Boolean
Re-use the given name, even if that name is already used. This is unsafe in production
- repository
Opts Property Map Specification defining the Helm chart repository to use.
- reset
Values Boolean When upgrading, reset the values to the ones built into the chart.
- resource
Names Map<List<String>> Names of resources created by the release grouped by "kind/version".
- reuse
Values Boolean When upgrading, reuse the last release's values and merge in any overrides. If 'resetValues' is specified, this is ignored
- skip
Await Boolean By default, the provider waits until all resources are in a ready state before marking the release as successful. Setting this to true will skip such await logic.
- skip
Crds Boolean If set, no CRDs will be installed. By default, CRDs are installed if not already present.
- timeout Number
Time in seconds to wait for any individual kubernetes operation.
- value
Yaml List<Asset>Files List of assets (raw yaml files). Content is read and merged with values. Not yet supported.
- values Map<Any>
Custom values set for the release.
- verify Boolean
Verify the package before installing it.
- version String
Specify the exact chart version to install. If this is not specified, the latest version is installed.
- wait
For BooleanJobs Will wait until all Jobs have been completed before marking the release as successful. This is ignored if
skipAwait
is enabled.
ReleaseStatus
- App
Version string The version number of the application being deployed.
- Chart string
The name of the chart.
- Name string
Name is the name of the release.
- Namespace string
Namespace is the kubernetes namespace of the release.
- Revision int
Version is an int32 which represents the version of the release.
- Status string
Status of the release.
- Version string
A SemVer 2 conformant version string of the chart.
- App
Version string The version number of the application being deployed.
- Chart string
The name of the chart.
- Name string
Name is the name of the release.
- Namespace string
Namespace is the kubernetes namespace of the release.
- Revision int
Version is an int32 which represents the version of the release.
- Status string
Status of the release.
- Version string
A SemVer 2 conformant version string of the chart.
- app
Version String The version number of the application being deployed.
- chart String
The name of the chart.
- name String
Name is the name of the release.
- namespace String
Namespace is the kubernetes namespace of the release.
- revision Integer
Version is an int32 which represents the version of the release.
- status String
Status of the release.
- version String
A SemVer 2 conformant version string of the chart.
- app
Version string The version number of the application being deployed.
- chart string
The name of the chart.
- name string
Name is the name of the release.
- namespace string
Namespace is the kubernetes namespace of the release.
- revision number
Version is an int32 which represents the version of the release.
- status string
Status of the release.
- version string
A SemVer 2 conformant version string of the chart.
- app_
version str The version number of the application being deployed.
- chart str
The name of the chart.
- name str
Name is the name of the release.
- namespace str
Namespace is the kubernetes namespace of the release.
- revision int
Version is an int32 which represents the version of the release.
- status str
Status of the release.
- version str
A SemVer 2 conformant version string of the chart.
- app
Version String The version number of the application being deployed.
- chart String
The name of the chart.
- name String
Name is the name of the release.
- namespace String
Namespace is the kubernetes namespace of the release.
- revision Number
Version is an int32 which represents the version of the release.
- status String
Status of the release.
- version String
A SemVer 2 conformant version string of the chart.
RepositoryOpts
- Ca
File string The Repository's CA File
- Cert
File string The repository's cert file
- Key
File string The repository's cert key file
- Password string
Password for HTTP basic authentication
- Repo string
Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository.
- Username string
Username for HTTP basic authentication
- Ca
File string The Repository's CA File
- Cert
File string The repository's cert file
- Key
File string The repository's cert key file
- Password string
Password for HTTP basic authentication
- Repo string
Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository.
- Username string
Username for HTTP basic authentication
- ca
File String The Repository's CA File
- cert
File String The repository's cert file
- key
File String The repository's cert key file
- password String
Password for HTTP basic authentication
- repo String
Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository.
- username String
Username for HTTP basic authentication
- ca
File string The Repository's CA File
- cert
File string The repository's cert file
- key
File string The repository's cert key file
- password string
Password for HTTP basic authentication
- repo string
Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository.
- username string
Username for HTTP basic authentication
- ca_
file str The Repository's CA File
- cert_
file str The repository's cert file
- key_
file str The repository's cert key file
- password str
Password for HTTP basic authentication
- repo str
Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository.
- username str
Username for HTTP basic authentication
- ca
File String The Repository's CA File
- cert
File String The repository's cert file
- key
File String The repository's cert key file
- password String
Password for HTTP basic authentication
- repo String
Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository.
- username String
Username for HTTP basic authentication
Package Details
- Repository
- NGINX Ingress Controller (Helm)
- License