Skip to content

Instantly share code, notes, and snippets.

@fhsinchy
Created February 1, 2022 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhsinchy/a843bd5e512a93c489831ea73a201f4f to your computer and use it in GitHub Desktop.
Save fhsinchy/a843bd5e512a93c489831ea73a201f4f to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: api-deployment
spec:
replicas: 3
selector:
matchLabels:
component: api
template:
metadata:
labels:
component: api
spec:
containers:
- name: api
image: fhsinchy/notes-api
ports:
- containerPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment