Files
jenkins_gitlab_cicd/value.yaml_add_podtemplate.yaml
2023-03-15 01:18:56 +00:00

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"