diff --git a/deploy.yaml b/deploy.yaml index 1840dd9..328ac6e 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -38,21 +38,3 @@ spec: dnsPolicy: ClusterFirst restartPolicy: Always terminationGracePeriodSeconds: 30 ---- -kind: Service -apiVersion: v1 -metadata: - labels: - app: $IMAGES - name: $IMAGES - namespace: yanxuan -spec: - ports: - - name: http - port: 80 - protocol: TCP - targetPort: http - selector: - app: $IMAGES - sessionAffinity: None - type: ClusterIP