Skip to content

Instantly share code, notes, and snippets.

View caiocampoos's full-sized avatar
🐢
fastest around

Caio Rosa caiocampoos

🐢
fastest around
View GitHub Profile
@Zerpet
Zerpet / deployment.yaml
Last active September 23, 2024 03:48
RabbitMQ Perf Test deployment in Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: perf-test-deployment
labels:
app: perf-test
spec:
replicas: 1
selector:
matchLabels: