Skip to content

Commit

Permalink
Update data plane to serve webserver on context, not - as this is unc…
Browse files Browse the repository at this point in the history
…ommon in Knative lands

Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Oct 2, 2024
1 parent bcb7944 commit 61a43b7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion aws-s3-sink/src/main/kubernetes/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ spec:
apiVersion: v1
kind: Service
name: kn-connector-aws-s3-sink
uri: /events
2 changes: 1 addition & 1 deletion aws-s3-sink/src/main/resources/knative.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "default",
"type": "event",
"endpointKind": "source",
"path": "/events",
"path": "/",
"objectApiVersion": "eventing.knative.dev/v1",
"objectKind": "Broker",
"objectName": "default",
Expand Down
1 change: 0 additions & 1 deletion aws-sqs-sink/src/main/kubernetes/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ spec:
apiVersion: v1
kind: Service
name: kn-connector-aws-sqs-sink
uri: /events
2 changes: 1 addition & 1 deletion aws-sqs-sink/src/main/resources/knative.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "default",
"type": "event",
"endpointKind": "source",
"path": "/events",
"path": "/",
"objectApiVersion": "eventing.knative.dev/v1",
"objectKind": "Broker",
"objectName": "default",
Expand Down
1 change: 0 additions & 1 deletion log-sink/src/main/kubernetes/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ spec:
apiVersion: v1
kind: Service
name: kn-connector-log-sink
uri: /events
2 changes: 1 addition & 1 deletion log-sink/src/main/resources/knative.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "default",
"type": "event",
"endpointKind": "source",
"path": "/events",
"path": "/",
"objectApiVersion": "eventing.knative.dev/v1",
"objectKind": "Broker",
"objectName": "default",
Expand Down

0 comments on commit 61a43b7

Please sign in to comment.