Files
kargo-demo/base/deploy.yaml
Kent aa21f540fb Initial commit
Signed-off-by: Kent <kent.rancourt@gmail.com>
2023-04-12 11:26:11 -04:00

18 lines
283 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: kargo-demo
spec:
replicas: 1
selector:
matchLabels:
app: kargo-demo
template:
metadata:
labels:
app: kargo-demo
spec:
containers:
- name: nginx
image: nginx:placeholder