initial revision.
[pipelinelib] / resources / podtemplates / google.yaml
diff --git a/resources/podtemplates/google.yaml b/resources/podtemplates/google.yaml
new file mode 100644 (file)
index 0000000..b2e1c3e
--- /dev/null
@@ -0,0 +1,16 @@
+apiVersion: v1
+kind: Pod
+spec:
+  containers:
+    - name: google
+      image: google/cloud-sdk
+      #imagePullPolicy: Always
+      # this or any command that is
+      # bascially a noop is required, this is so that you don't overwrite the
+      # entrypoint of the base container
+      command: ["tail", "-f", "/dev/null"]
+      resources:
+        requests:
+          memory: "512M"
+          cpu: "500m"
+