Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Last active July 27, 2019 15:48
Show Gist options
  • Save xximjasonxx/a2b4fd42b8b6c8f41c0117bd3a9c6c84 to your computer and use it in GitHub Desktop.
Save xximjasonxx/a2b4fd42b8b6c8f41c0117bd3a9c6c84 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: calcapi-deployment
labels:
app: calcapi
spec:
replicas: 3
selector:
matchLabels:
app: calcapi
type: pod
template:
metadata:
labels:
app: calcapi
type: pod
spec:
containers:
- name: calcapi-container
image: 684925376801.dkr.ecr.us-east-1.amazonaws.com/calc-api:v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment