Skip to content

Instantly share code, notes, and snippets.

@hokiegeek2
Created June 17, 2024 10:23
Show Gist options
  • Save hokiegeek2/62e9c21bb1cb5f71f3a0f5d5d4072952 to your computer and use it in GitHub Desktop.
Save hokiegeek2/62e9c21bb1cb5f71f3a0f5d5d4072952 to your computer and use it in GitHub Desktop.
Argo EventBus values.yaml
apiVersion: argoproj.io/v1alpha1
kind: EventBus
metadata:
name: default
spec:
nats:
native:
replicas: 3
auth: token
containerTemplate:
resources:
requests:
cpu: "500m"
memory: "512Mi"
metricsContainerTemplate:
resources:
requests:
cpu: "250m"
memory: "256Mi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment