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
|