Skip to content

Instantly share code, notes, and snippets.

@Andrei-Stepanov
Created September 13, 2018 15:54
Show Gist options
  • Save Andrei-Stepanov/9bc5bbd0f16d176d9a58c828cac7e1a5 to your computer and use it in GitHub Desktop.
Save Andrei-Stepanov/9bc5bbd0f16d176d9a58c828cac7e1a5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: astepano-test-x
spec:
containers:
- command:
- cat
image: 172.30.254.79:5000/continuous-infra/rpmbuild:latest
imagePullPolicy: Always
name: rpmbuild
resources: {}
tty: true
workingDir: /workDir
- command:
- cat
image: 172.30.254.79:5000/continuous-infra/cloud-image-compose:latest
imagePullPolicy: Always
name: cloud-image-compose
resources: {}
tty: true
workingDir: /workDir
dnsPolicy: ClusterFirst
restartPolicy: Never
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment