summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/event-bus/default.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-24 10:01:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-24 10:01:57 +0200
commit9650740fd19ce89f4fa296bad2c3baf8836b6564 (patch)
treef1e4f6cd4a4ec9b44dd40c9564328810852da978 /data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/event-bus/default.yaml
parentc765930403eaa140a2ff2cd05f8a9daea00eb10d (diff)
Add Argo Workflows
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/event-bus/default.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/event-bus/default.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/event-bus/default.yaml b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/event-bus/default.yaml
new file mode 100644
index 0000000..20143b6
--- /dev/null
+++ b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/event-bus/default.yaml
@@ -0,0 +1,20 @@
+---
+apiVersion: argoproj.io/v1alpha1
+kind: EventBus
+metadata:
+ name: default
+ namespace: cicd-system
+spec:
+ nats:
+ native:
+ replicas: 3
+ containerTemplate:
+ resources:
+ requests:
+ cpu: "10m"
+ memory: "64Mi"
+ persistence:
+ storageClassName: longhorn
+ accessMode: ReadWriteOnce
+ volumeSize: 10Gi
+...