Skip to content

Commit adf28a3

Browse files
committed
resolve webapi service
1 parent a2a3c3f commit adf28a3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ jobs:
177177
- name: build frontend
178178
run: yarn run build
179179

180-
181180
- name: "Build Angular frontend image"
182181
run: |
183182
docker build . \

infrastructure/prime-app-ephemeral-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ objects:
748748
port: 8080
749749
targetPort: 8080
750750
selector:
751-
app.kubernetes.io/name: frontend
751+
app.kubernetes.io/name: webapi
752752
app.kubernetes.io/part-of: ${SVC_NAME}
753753

754754
###########################################

0 commit comments

Comments
 (0)