diff --git a/deploy.yaml b/deploy.yaml index 81bd20c..2be772f 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -46,9 +46,9 @@ metadata: namespace: yanxuan spec: ports: - - port: 80 + - port: 3000 protocol: TCP - targetPort: 80 + targetPort: 3000 selector: app: $IMAGES type: ClusterIP