From aff84c32c479a52cfe76355aafb130bf09b35f48 Mon Sep 17 00:00:00 2001 From: gotti Date: Wed, 12 Oct 2022 17:19:10 +0900 Subject: [PATCH] why????? --- manifests/manifests/frontend/deployment.yaml | 2 +- manifests/manifests/frontend/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/manifests/frontend/deployment.yaml b/manifests/manifests/frontend/deployment.yaml index 9100e181..358f7848 100644 --- a/manifests/manifests/frontend/deployment.yaml +++ b/manifests/manifests/frontend/deployment.yaml @@ -17,4 +17,4 @@ spec: image: ghcr.io/ueckoken/plarail2021-soft-frontend:b897376-1637561920 # {"$imagepolicy": "plarail2021:frontend"} imagePullPolicy: Always ports: - - containerPort: 8080 + - containerPort: 80 diff --git a/manifests/manifests/frontend/service.yaml b/manifests/manifests/frontend/service.yaml index 91b005bc..52a34f35 100644 --- a/manifests/manifests/frontend/service.yaml +++ b/manifests/manifests/frontend/service.yaml @@ -10,4 +10,4 @@ spec: ports: - port: 80 protocol: TCP - targetPort: 8080 + targetPort: 80