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