Files
nplus/samples/environment/nodeport.yaml

13 lines
214 B
YAML
Raw Normal View History

2025-01-24 16:18:47 +01:00
apiVersion: v1
kind: Service
metadata:
name: nplus-operator-nodeport-access
spec:
type: NodePort
selector:
nplus/component: operator
ports:
- port: 8080
targetPort: 8080
nodePort: 31976