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.
|
- apiVersion: argoproj.io/v1alpha1
- kind: ExecutorPlugin
- metadata:
- name: volcano
- spec:
- sidecar:
- container:
- image: 172.20.32.187/pipeline-service/argo-volcano-job-plugin:v1
- name: volcano-executor-plugin
- args:
- - server
- - --port
- - 8080
- ports:
- - containerPort: 8080
- securityContext:
- runAsNonRoot: true
- runAsUser: 65534 # nobody
- resources:
- requests:
- memory: "64Mi"
- cpu: "250m"
- limits:
- memory: "512Mi"
- cpu: "1"
|