Files
homelab-gitops/web-check/web-check-deploy.yaml

27 lines
465 B
YAML

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: web-check
namespace: web-check
labels:
name: web-check
spec:
selector:
matchLabels:
app: web-check
template:
metadata:
labels:
app: web-check
spec:
containers:
- name: web-check
image: lissy93/web-check:1.0.0
resources:
limits:
memory: "256Mi"
cpu: "0.5"
ports:
- containerPort: 3000