diff --git a/manifests/02-services/hw-service.yaml b/manifests/02-services/hw-service.yaml index 6560216..e7faec9 100644 --- a/manifests/02-services/hw-service.yaml +++ b/manifests/02-services/hw-service.yaml @@ -4,9 +4,11 @@ metadata: name: hw-service namespace: vdk2ch spec: + type: NodePort selector: app.kubernetes.io/name: helloworld ports: - protocol: TCP port: 80 - targetPort: 9376 \ No newline at end of file + targetPort: 80 + nodePort: 7855 \ No newline at end of file