Skip to content

Instantly share code, notes, and snippets.

@ernoaapa
Created July 8, 2019 11:11
Show Gist options
  • Save ernoaapa/8aeafa0889022c20e19ab7175273d3c3 to your computer and use it in GitHub Desktop.
Save ernoaapa/8aeafa0889022c20e19ab7175273d3c3 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: testing
name: testing
spec:
replicas: 1
selector:
matchLabels:
app: testing
template:
metadata:
labels:
app: testing
spec:
containers:
- image: gcr.io/hello-minikube-zero-install/hello-node
name: hello-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment