shoebill/example/db-operator/workload/workload.yaml

21 lines
338 B
YAML
Raw Normal View History

2023-11-03 13:22:22 +00:00
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'