initial revision.
[pipelinelib] / resources / podtemplates / google.yaml
1 apiVersion: v1
2 kind: Pod
3 spec:
4   containers:
5     - name: google
6       image: google/cloud-sdk
7       #imagePullPolicy: Always
8       # this or any command that is
9       # bascially a noop is required, this is so that you don't overwrite the
10       # entrypoint of the base container
11       command: ["tail", "-f", "/dev/null"]
12       resources:
13         requests:
14           memory: "512M"
15           cpu: "500m"
16