22 lines
657 B
YAML
22 lines
657 B
YAML
podTemplates:
|
|
podman: |
|
|
- name: junghun-podman
|
|
namespace: jenkins
|
|
label: junghun-cicd-podman
|
|
volumes:
|
|
- persistentVolumeClaim:
|
|
claimName: test1
|
|
mountPath: /root/buildfile
|
|
containers:
|
|
- name: podman
|
|
image: quay.io/podman/stable
|
|
command: "/bin/sh -c"
|
|
args: "cat"
|
|
ttyEnabled: false
|
|
privileged: false
|
|
workingDir: /home/jenkins/podman
|
|
#resourceRequestCpu: "400m"
|
|
#resourceRequestMemory: "512Mi"
|
|
#resourceLimitCpu: "1"
|
|
#resourceLimitMemory: "1024Mi"
|