From a29492cab40834969e12c477f2c48244e0b32efe Mon Sep 17 00:00:00 2001 From: David Landry Date: Sun, 20 Oct 2024 01:33:18 -0400 Subject: [PATCH] fix(portfolio): deployment container name --- apps/portfolio/base/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portfolio/base/deployment.yaml b/apps/portfolio/base/deployment.yaml index 76072ec..97f2913 100644 --- a/apps/portfolio/base/deployment.yaml +++ b/apps/portfolio/base/deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - image: registry.int.nc.landry.land/portfolio-site imagePullPolicy: Always - name: portfolio-site + name: portfolio ports: - containerPort: 8080 name: http