You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.yaml 550 B

12345678910111213141516171819202122232425
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: ExecutorPlugin
  3. metadata:
  4. name: volcano
  5. spec:
  6. sidecar:
  7. container:
  8. image: 172.20.32.187/pipeline-service/argo-volcano-job-plugin:v1
  9. name: volcano-executor-plugin
  10. args:
  11. - server
  12. - --port
  13. - 8080
  14. ports:
  15. - containerPort: 8080
  16. securityContext:
  17. runAsNonRoot: true
  18. runAsUser: 65534 # nobody
  19. resources:
  20. requests:
  21. memory: "64Mi"
  22. cpu: "250m"
  23. limits:
  24. memory: "512Mi"
  25. cpu: "1"