mirror of
https://github.com/vacp2p/10ksim.git
synced 2025-02-24 12:08:17 +00:00
28 lines
704 B
YAML
28 lines
704 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: publisher
|
|
namespace: zerotesting
|
|
labels:
|
|
app: zerotenkay
|
|
spec:
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: "zerotesting"
|
|
operator: "NotIn"
|
|
values:
|
|
- "false"
|
|
dnsConfig:
|
|
searches:
|
|
- zerotesting-service.zerotesting.svc.cluster.local
|
|
containers:
|
|
- name: publisher-container
|
|
image: harbor2.riff.cc/localmirror/zorlin/waku-publisher:experimental
|
|
command:
|
|
- sh
|
|
- -c
|
|
- python /app/traffic.py --msg-size-kbytes=1 --delay-seconds=20 --debug
|