This repository was archived by the owner on Nov 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ metadata:
99 tags :
1010 - dotnet
1111 attributes :
12- alpha.dockerimage-port : 8081
13- parent :
14- id : dotnet60
15- registryUrl : " https://registry.devfile.io"
12+ alpha.dockerimage-port : 8080
13+ # parent:
14+ # id: dotnet60
15+ # registryUrl: "https://registry.devfile.io"
1616components :
1717 - name : outerloop-build
1818 image :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN dotnet publish -c Release
55
66
77FROM registry.access.redhat.com/ubi8/dotnet-60:6.0
8- EXPOSE 8081
8+ EXPOSE 8080
99COPY --from=builder /opt/app-root/src/bin /opt/app-root/src/bin
1010WORKDIR /opt/app-root/src/bin/Release/net6.0/publish
1111CMD ["dotnet" , "app.dll" ]
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ metadata:
66 name : devfile-dotnet-deploy
77spec :
88 ports :
9- - name : http-8081
10- port : 8081
9+ - name : http-8080
10+ port : 8080
1111 protocol : TCP
12- targetPort : 8081
12+ targetPort : 8080
1313 selector :
1414 app : devfile-dotnet-deploy
1515 type : LoadBalancer
You can’t perform that action at this time.
0 commit comments