10ksim/deployment/publisher-dummy.yaml

20 lines
383 B
YAML
Raw Permalink Normal View History

2024-05-24 11:59:15 +00:00
apiVersion: v1
kind: Pod
metadata:
name: publisher
namespace: zerotesting
labels:
app: zerotenkay
spec:
dnsConfig:
searches:
- zerotesting-service.zerotesting.svc.cluster.local
containers:
- name: publisher-container
2024-08-12 14:43:09 +00:00
image: zorlin/publisher:v0.4.0
2024-05-24 11:59:15 +00:00
imagePullPolicy: Always
command:
- sh
- -c
- /bin/sleep infinity