apiVersion: apps/v1
kind: Deployment
metadata:
name: iwebmath-deployment
spec:
selector:
matchLabels:
app: iwebmath
replicas: 3
template:
metadata:
labels:
app: iwebmath
spec:
containers: - name: iwebmath
image: iwebmath:1.0.0
resources:
limits:
cpu: "0.5"
requests:
cpu: "0.5"
ports:
- containerPort: 8080