13 lines
184 B
YAML
13 lines
184 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: ip_mziesel_nl
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- port: 8080
|
||
|
targetPort: 8080
|
||
|
nodePort: 31339
|
||
|
selector:
|
||
|
app: ip_mziesel_nl
|