Skip to content

Commit

Permalink
[release-1.11] Add the kafka-XXX.knative-eventing.svc as hostname (#3340
Browse files Browse the repository at this point in the history
)

* Add the kafka-broker-ingress.knative-eventing.svc as hostname

Co-authored-by: Calum Murray <[email protected]>

* Add the dnsNames to kafka channel and sink

---------

Co-authored-by: Leo HC Li <[email protected]>
Co-authored-by: Calum Murray <[email protected]>
Co-authored-by: Leo Li <[email protected]>
  • Loading branch information
4 people authored Sep 15, 2023
1 parent 09d4c16 commit 19b27a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:

dnsNames:
- kafka-broker-ingress.knative-eventing.svc.cluster.local
- kafka-broker-ingress.knative-eventing.svc

issuerRef:
name: selfsigned-ca-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:

dnsNames:
- kafka-channel-ingress.knative-eventing.svc.cluster.local
- kafka-channel-ingress.knative-eventing.svc

issuerRef:
name: selfsigned-ca-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:

dnsNames:
- kafka-sink-ingress.knative-eventing.svc.cluster.local
- kafka-sink-ingress.knative-eventing.svc

issuerRef:
name: selfsigned-ca-issuer
Expand Down

0 comments on commit 19b27a8

Please sign in to comment.