blob: efeff912e012f73175db2f2d2f9c5df6f4b816da (
plain) (
tree)
|
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: peach-deployment
labels:
app: peach
spec:
replicas: 3
selector:
matchLabels:
app: peach
template:
metadata:
labels:
app: peach
spec:
containers:
- name: peach
image: public.ecr.aws/w3h8c8i8/peach:20220523000158
ports:
- containerPort: 8151
|