32 lines
818 B
YAML
32 lines
818 B
YAML
apiVersion: v1
|
|
image:
|
|
repository: glmdev/k8s-hpc-demo
|
|
tag: latest
|
|
# pullPolicy: Never
|
|
pullPolicy: IfNotPresent
|
|
networkPolicy:
|
|
enabled: false
|
|
sshGateway:
|
|
enabled: false
|
|
mpiMaster:
|
|
autoUpdateHostfile:
|
|
enabled: true
|
|
volumes:
|
|
- name: cache-volume
|
|
hostPath:
|
|
path: /
|
|
type: Directory
|
|
volumeMounts:
|
|
- mountPath: /clusterfs
|
|
name: cache-volume
|
|
mpiWorkers:
|
|
num: 5
|
|
volumes:
|
|
- name: cache-volume
|
|
hostPath:
|
|
path: /
|
|
type: Directory
|
|
volumeMounts:
|
|
- mountPath: /clusterfs
|
|
name: cache-volume
|