Update 'kustomize/mycrd.yaml'

main
cahe7cb 2 years ago
parent 71d51b12ce
commit ecadb62bbb

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

Loading…
Cancel
Save