Public Information
This commit is contained in:
12
samples/environment/nodeport.yaml
Normal file
12
samples/environment/nodeport.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nplus-operator-nodeport-access
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
nplus/component: operator
|
||||
ports:
|
||||
- port: 8080
|
||||
targetPort: 8080
|
||||
nodePort: 31976
|
||||
Reference in New Issue
Block a user