diff --git a/solar-system/service.yml b/solar-system/service.yml index 929346b..702b9d7 100644 --- a/solar-system/service.yml +++ b/solar-system/service.yml @@ -6,9 +6,9 @@ metadata: name: solar-system-service spec: ports: - - port: 80 + - port: 3000 #change to 80 protocol: TCP - targetPort: 80 + targetPort: 3000 #change to 80 selector: app: solar-system type: NodePort