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