From ab8621fd68022cac9819154ca5721458079865c0 Mon Sep 17 00:00:00 2001 From: brandon Date: Sun, 28 Mar 2021 22:38:12 -0400 Subject: [PATCH] event bus --- argo-events/native.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 argo-events/native.yaml diff --git a/argo-events/native.yaml b/argo-events/native.yaml new file mode 100644 index 0000000..55304d1 --- /dev/null +++ b/argo-events/native.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: EventBus +metadata: + name: default +spec: + nats: + native: + # Optional, defaults to 3. If it is < 3, set it to 3, that is the minimal requirement. + replicas: 3 + # Optional, authen strategy, "none" or "token", defaults to "none" + auth: token +# containerTemplate: +# resources: +# requests: +# cpu: "10m" +# metricsContainerTemplate: +# resources: +# requests: +# cpu: "10m" +# antiAffinity: false +# persistence: +# storageClassName: standard +# accessMode: ReadWriteOnce +# volumeSize: 10Gi \ No newline at end of file