Skip to content

Tags: Fabian-K/triggers

Tags

v0.1.0

Toggle v0.1.0's commit message
Introduce EventListener.Spec.ServiceType

Allows to set the type of the underlying eventlistener service.
If not set k8s will configure the service type to ClusterIP.

Depending on the cloud provider or the ingress controller used
the user might need to set the service type to `NodePort` or
`LoadBalancer` to expose it externally.