13 lines
176 B
YAML
13 lines
176 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: drawio
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: drawio
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
nodePort: 30880
|