Skip to content

Instantly share code, notes, and snippets.

@faiyaz26
Last active August 28, 2018 03:17
Show Gist options
  • Save faiyaz26/ccce8cd0473c16868ce0cca85f9733ad to your computer and use it in GitHub Desktop.
Save faiyaz26/ccce8cd0473c16868ce0cca85f9733ad to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: rtn-k8s-deployment
labels:
app: rtn-k8s
spec:
replicas: 1
selector:
matchLabels:
app: rtn-k8s
template:
metadata:
labels:
app: rtn-k8s
spec:
containers:
- name: rtn-k8s
image: gcr.io/rtn-k8s/rtn-k8s:1.0
ports:
- containerPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment