argo-cd/test/e2e/testdata/one-deployment/deployment.yaml

22 lines
388 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: main
spec:
replicas: 1
2019-10-11 18:48:57 +00:00
progressDeadlineSeconds: 10
selector:
matchLabels:
my-label: whatever
template:
metadata:
labels:
my-label: whatever
spec:
containers:
- name: main
command: ["sleep", "999"]
2019-10-11 18:48:57 +00:00
image: alpine:3.10.2
imagePullPolicy: IfNotPresent