added java8 snippet
[pipelinelib] / resources / podtemplates / jnlp.yaml
index 1e66b60de106907990a7b67964a7931776c6c6b1..a2271757ac1d49ffab460a8d1c6fa2179536e34b 100644 (file)
@@ -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"