Files
nplus/samples/environment/nodeport.yaml
2025-01-24 16:18:47 +01:00

13 lines
214 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nplus-operator-nodeport-access
spec:
type: NodePort
selector:
nplus/component: operator
ports:
- port: 8080
targetPort: 8080
nodePort: 31976