Created
June 29, 2020 16:19
-
-
Save descrepes/66cdd83443f66f43a9ceb3776ffa6dbf 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: resource | |
namespace: argo | |
spec: | |
type: resource | |
eventSourceRef: | |
name: resource-event-source | |
template: | |
serviceAccountName: argo-events-sa | |
subscribers: | |
http: | |
- http://k8s-vmpool-sensor.argo.svc:9300/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment