kube/contact-form/contact-form-deployment.yaml
2025-03-23 12:39:28 +01:00

21 lines
360 B
YAML

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: contact-form-deployment
labels:
app: contact-form
spec:
replicas: 2
selector:
matchLabels:
app: contact-form
template:
metadata:
labels:
app: contact-form
spec:
containers:
- name: contact-form
image: localhost:30100/contact-form:v0.0.5