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
|