forked from knative-extensions/eventing-kafka-broker
-
Notifications
You must be signed in to change notification settings - Fork 11
[release-v1.10] Add eventshub service port name #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pierDipi
merged 1 commit into
openshift-knative:release-v1.10
from
pierDipi:cp-a4373f9df21a83e11755ac5172c9bf4710e6e7bf-v1.10
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| diff --git a/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml b/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml | ||
| index c3d58ba09..b0400e7e9 100644 | ||
| --- a/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml | ||
| +++ b/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml | ||
| @@ -22,5 +22,6 @@ spec: | ||
| app: eventshub-{{ .name }} | ||
| ports: | ||
| - protocol: TCP | ||
| + name: http | ||
| port: 80 | ||
| targetPort: 8080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,12 +7,14 @@ source $(dirname $0)/resolve.sh | |
| GITHUB_ACTIONS=true $(dirname $0)/../../hack/update-codegen.sh | ||
| git apply openshift/patches/disable-ko-publish-rekt.patch | ||
| git apply openshift/patches/override-min-version.patch | ||
| git apply openshift/patches/add-eventshub-port-name.patch | ||
| git apply openshift/patches/unique-secret-names.patch | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if this should be here or not? If ok, feel free to unhold.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, that's missing, without this |
||
|
|
||
| # Eventing core will bring the config tracing ConfigMap, so remove it from heret | ||
| rm -f control-plane/config/eventing-kafka-broker/200-controller/100-config-tracing.yaml | ||
|
|
||
| image_prefix="registry.ci.openshift.org/openshift/knative-eventing-kafka-broker" | ||
| tag=$(yq -r .project.tag openshift/project.yaml) | ||
| tag=$(yq r openshift/project.yaml project.tag) | ||
| release=${tag/knative-/} # This is used by resolve_resources function so it's not unused as the IDE suggests | ||
|
|
||
| echo "Release: $release" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,5 +22,6 @@ spec: | |
| app: eventshub-{{ .name }} | ||
| ports: | ||
| - protocol: TCP | ||
| name: http | ||
| port: 80 | ||
| targetPort: 8080 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are generated changes (missing from previous PRs)