diff --git a/manifests/02-services/hw-service.yaml b/manifests/02-services/hw-service.yaml index f176d0a..ce1bcee 100644 --- a/manifests/02-services/hw-service.yaml +++ b/manifests/02-services/hw-service.yaml @@ -4,12 +4,13 @@ metadata: name: hw-service namespace: vdk2ch spec: - #type: NodePort + type: NodePort selector: app: helloworld ports: - port: 6666 targetPort: 80 + #name: http #protocol: TCP