kata-containers/tools/packaging/kata-deploy/examples/nginx-deployment-stratovirt.yaml
Liu Wenyuan 14d8790d83 kata-deploy: Add StratoVirt support to deploy process
Allow kata-deploy process to pull StratoVirt from release binaries, and
add them as a part of kata release.

Fixes: #7794

Signed-off-by: Liu Wenyuan <liuwenyuan9@huawei.com>
2023-11-16 20:47:26 +08:00

21 lines
365 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment-stratovirt
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
runtimeClassName: kata-stratovirt
containers:
- name: nginx
image: nginx:1.14
ports:
- containerPort: 80