argocd-test/ip-mziesel-nl/ip-mziesel-nl-deployment.yaml

21 lines
390 B
YAML
Raw Permalink Normal View History

2024-09-19 18:00:53 +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