From db32d1480ce1cc5ceb50e812c89d2b54db009a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=83=E6=98=8C=E6=B3=A2?= Date: Wed, 6 Apr 2022 13:22:43 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20deploy.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.yaml | 18 ------------------ 1 file changed, 18 deletions(-) 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