18 lines
275 B
YAML
18 lines
275 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: hw-service
|
|
namespace: vdk2ch
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: helloworld
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
nodePort: 30001
|
|
#name: http
|
|
#protocol: TCP
|
|
|
|
|
|
#nodePort: 30001 |