saion-chatterjee opened a new issue, #5044:
URL: https://github.com/apache/camel-k/issues/5044
### What happened?
The following Pipe creates a Service **but the ingress is not created**
although it is enabled directly in the traits spec.
Nginx is annotated as the default ingressClass in the cluster.
```
apiVersion: camel.apache.org/v1
kind: Pipe
metadata:
name: webhook-ingress-example
spec:
integration:
traits:
ingress:
host: example.dev.mydomain.com
auto: True
enabled: True
service:
enabled: True
type: ClusterIP
sink:
ref:
apiVersion: camel.apache.org/v1
kind: Kamelet
name: kafka-not-secured-sink
properties:
bootstrapServers: "kafkacluster.example.svc.cluster.local:9092"
topic: camel-k-test
source:
ref:
apiVersion: camel.apache.org/v1
kind: Kamelet
name: webhook-source
```
Actual Output:
- Pod is created and healthy
- Service is created as clusterIP
- Endpoint is created
- **Ingress is not created**
How can we create an Ingress for the webhook-source? Please advice us.
### Steps to reproduce
_No response_
### Relevant log output
_No response_
### Camel K version
2.2.0-nightly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]