21 lines
390 B
YAML
21 lines
390 B
YAML
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
|