mirror of
https://github.com/fergalmoran/my_kubes.git
synced 2025-12-22 09:47:50 +00:00
13 lines
165 B
YAML
13 lines
165 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: devbox
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: devbox
|
|
ports:
|
|
- protocol: TCP
|
|
port: 22
|
|
nodePort: 30008
|