From d12ed0c9e9e1b658d724eb47996b784c33e053f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Wed, 15 Mar 2023 01:18:23 +0000 Subject: [PATCH] =?UTF-8?q?value.yaml=EC=97=90=20podtemplate=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EB=B0=A9=EB=B2=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- value.yaml_add_podtemplate.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 value.yaml_add_podtemplate.md diff --git a/value.yaml_add_podtemplate.md b/value.yaml_add_podtemplate.md new file mode 100644 index 0000000..d94d12e --- /dev/null +++ b/value.yaml_add_podtemplate.md @@ -0,0 +1,21 @@ + 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"