Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Last active July 27, 2019 15:48
Embed
What would you like to do?
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