X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=resources%2Fpodtemplates%2Fjnlp.yaml;h=a2271757ac1d49ffab460a8d1c6fa2179536e34b;hb=HEAD;hp=1e66b60de106907990a7b67964a7931776c6c6b1;hpb=74604a8509961af8543622c9b6c03b1a2a9edff9;p=pipelinelib diff --git a/resources/podtemplates/jnlp.yaml b/resources/podtemplates/jnlp.yaml index 1e66b60..a227175 100644 --- a/resources/podtemplates/jnlp.yaml +++ b/resources/podtemplates/jnlp.yaml @@ -1,9 +1,10 @@ +# this definition will be included in every pod. + apiVersion: v1 kind: Pod spec: + # quick termination of the pod. + terminationGracePeriodSeconds: 0 + # basically no further overrides currently containers: - name: jnlp - resources: - requests: - memory: "600M" - cpu: "550m"