Update 'kustomize/mycrd.yaml'

main
cahe7cb 2 years ago
parent 71d51b12ce
commit ecadb62bbb

@ -5,7 +5,6 @@ metadata:
name: argocd-configplugin-tester-deployment name: argocd-configplugin-tester-deployment
labels: labels:
app: argocd-configplugin-tester app: argocd-configplugin-tester
creationTimestamp: null
spec: spec:
selector: selector:
matchLabels: matchLabels:
@ -19,13 +18,14 @@ spec:
app: argocd-configplugin-tester app: argocd-configplugin-tester
spec: spec:
containers: containers:
- name: nginx - name: long-running-task
image: nginx args:
-c
'echo "pass" > result.txt && cat result.txt'
image: bash
resources: resources:
limits: limits:
memory: 200Mi memory: 200Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
ports:
- containerPort: 80

Loading…
Cancel
Save