github.com/argoproj/argo-events@v1.9.1/examples/eventbus/native.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: EventBus 3 metadata: 4 name: default 5 spec: 6 nats: 7 native: 8 # Optional, defaults to 3. If it is < 3, set it to 3, that is the minimal requirement. 9 replicas: 3 10 # Optional, authen strategy, "none" or "token", defaults to "none" 11 auth: token 12 # containerTemplate: 13 # resources: 14 # requests: 15 # cpu: "10m" 16 # metricsContainerTemplate: 17 # resources: 18 # requests: 19 # cpu: "10m" 20 # antiAffinity: false 21 # persistence: 22 # storageClassName: standard 23 # accessMode: ReadWriteOnce 24 # volumeSize: 10Gi