diff --git a/env/production/service.yaml b/env/production/service.yaml index 87387f3..848b709 100644 --- a/env/production/service.yaml +++ b/env/production/service.yaml @@ -9,4 +9,5 @@ spec: ports: - protocol: TCP port: 8080 - targetPort: 30082 + targetPort: 8080 + nodePort: 30082 diff --git a/env/staging/service.yaml b/env/staging/service.yaml index 31cb203..bb26133 100644 --- a/env/staging/service.yaml +++ b/env/staging/service.yaml @@ -9,4 +9,5 @@ spec: ports: - protocol: TCP port: 8080 - targetPort: 30081 + targetPort: 8080 + nodePort: 30081