Skip to content

Instantly share code, notes, and snippets.

@faiyaz26
Created August 28, 2018 03:18
Show Gist options
  • Save faiyaz26/948af1989943372f2843e35053a18d19 to your computer and use it in GitHub Desktop.
Save faiyaz26/948af1989943372f2843e35053a18d19 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: 3
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