|
|
|
@ -1,22 +1,17 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
apiVersion: apps/v1
|
|
|
|
apiVersion: batch/v1
|
|
|
|
kind: Deployment
|
|
|
|
kind: Job
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
name: argocd-configplugin-tester-deployment
|
|
|
|
name: argocd-configplugin-tester-deployment
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
app: argocd-configplugin-tester
|
|
|
|
app: argocd-configplugin-tester
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
selector:
|
|
|
|
|
|
|
|
matchLabels:
|
|
|
|
|
|
|
|
app: argocd-configplugin-tester
|
|
|
|
|
|
|
|
replicas: 2
|
|
|
|
|
|
|
|
strategy:
|
|
|
|
|
|
|
|
type: RollingUpdate
|
|
|
|
|
|
|
|
template:
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
app: argocd-configplugin-tester
|
|
|
|
app: argocd-configplugin-tester
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
|
|
|
|
restartPolicy: "Never"
|
|
|
|
containers:
|
|
|
|
containers:
|
|
|
|
- name: long-running-task
|
|
|
|
- name: long-running-task
|
|
|
|
args:
|
|
|
|
args:
|
|
|
|
|