1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin f2072fd798 Begin Jenkins CI pipeline
dustin/pythonctnr/pipeline/head Something is wrong with the build of this commit Details
2022-08-07 10:57:09 -05:00
1 changed files with 18 additions and 0 deletions

View File

@ -5,6 +5,24 @@ spec:
command:
- sleep
- infinity
volumeMounts:
- name: tmp
mountPath: /tmp
securityContext:
readOnlyRootFilesystem: true
runAsUser: 1000
volumes:
- name: tmp
emptyDir:
medium: memory
sizeLimit: 100Mi
- name: workspace-volume
ephemeral:
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 10Gi