Created
June 26, 2020 14:54
-
-
Save descrepes/6f49ea8199cbf8fb9c3cc56e434d9d23 to your computer and use it in GitHub Desktop.
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
apiVersion: argoproj.io/v1alpha1 | |
kind: Gateway | |
metadata: | |
name: kafka | |
namespace: argo | |
spec: | |
type: kafka | |
eventSourceRef: | |
name: kafka-event-source | |
template: | |
serviceAccountName: argo-events-sa | |
subscribers: | |
http: | |
- http://kafka-terraform-update-sensor.argo.svc:9300/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment