diff --git a/manifests/app/service.yaml b/manifests/app/service.yaml index cefb488..de7d684 100644 --- a/manifests/app/service.yaml +++ b/manifests/app/service.yaml @@ -9,4 +9,4 @@ spec: ports: - port: 80 targetPort: 8000 - type: ClusterIP + type: NodePort