Skip to content

Instantly share code, notes, and snippets.

@alexeldeib
Last active January 15, 2020 12:34
Show Gist options
  • Save alexeldeib/755a276aba83311133e964f90dae796c to your computer and use it in GitHub Desktop.
Save alexeldeib/755a276aba83311133e964f90dae796c to your computer and use it in GitHub Desktop.
deployment to test remote apply programmatically
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: apply
name: apply
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: apply
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: apply
spec:
containers:
- image: ubuntu:18.04
name: ubuntu
command: ["sleep", "infinity"]
resources: {}
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment