argocd-test/ip_mziesel_nl/ip_mziesel_nl-deployment.yaml

21 lines
390 B
YAML
Raw Normal View History

2024-09-19 17:59:02 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: ip_mziesel_nl
spec:
replicas: 3
revisionHistoryLimit: 3
selector:
matchLabels:
app: ip_mziesel_nl
template:
metadata:
labels:
app: ip_mziesel_nl
spec:
containers:
- image: git.mziesel.nl/mans/ip-svc:2024-06-03
name: ip_mziesel_nl
ports:
- containerPort: 8080