10ksim/deployment/gowaku/publisher.yaml
2024-02-05 15:58:35 +01:00

21 lines
465 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: publisher
namespace: zerotesting
spec:
containers:
- name: publisher-container
image: publisher:local
volumeMounts:
- name: data-volume
mountPath: /publisher
command:
- sh
- -c
- python /publisher/traffic.py -n=100 --msg-size-kbytes=40 --delay-seconds=1 -cpp 1
volumes:
- name: data-volume
hostPath:
path: /home/alber/10k/waku/publisher_script