diff --git a/deploy.yaml b/deploy.yaml index 1840dd9..81bd20c 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -42,17 +42,13 @@ spec: kind: Service apiVersion: v1 metadata: - labels: - app: $IMAGES name: $IMAGES namespace: yanxuan spec: ports: - - name: http - port: 80 - protocol: TCP - targetPort: http + - port: 80 + protocol: TCP + targetPort: 80 selector: app: $IMAGES - sessionAffinity: None type: ClusterIP