shoebill/example/db-operator/workload/workload.yaml
Nikolai Rodionov 7b327b38e7
WIP: something
2023-11-03 14:22:22 +01:00

21 lines
338 B
YAML

workload:
kind: Deployment
replicas: 1
containers:
- name: controller
image: {{ .Image }}
imagePullPolicy: Always
commands:
- sh
args:
- -c
- 'sleep 1000'
- name: ubuntu
image: ubuntu:latest
imagePullPolicy: Always
commands:
- sh
args:
- -c
- 'sleep 1000'