14 lines
241 B
YAML
14 lines
241 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: pinniped-supervisor-node-port
|
||
|
namespace: pinniped-supervisor
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
selector:
|
||
|
app: pinniped-supervisor
|
||
|
ports:
|
||
|
- port: 80
|
||
|
targetPort: 80
|
||
|
nodePort: 31234
|