Skip to content

Commit

Permalink
Merge pull request #26 from Saetch/25-kubernetes-integration
Browse files Browse the repository at this point in the history
corrected image name, added curl to node dockerfile for debug
  • Loading branch information
Saetch authored Jun 26, 2024
2 parents 450b221 + 0b1af48 commit f8552ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cluster/Node_cs/Dockerfiles/aot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN dotnet publish -p:PublishAot=true -p:StripSymbols=true -c Release -o /app/pu

# Switch to the runtime image
FROM alpine:3.19 AS runtime
RUN apk add libc6-compat
RUN apk add libc6-compat curl

# Set the working directory inside the Docker image
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-bicubic_interpolation_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: app
image: ghcr.io/saetch/deightma_bicubic_interpolation_service:latest
image: ghcr.io/saetch/bicubic_interpolation_service:latest
ports:
- containerPort: 8080
name: bicubic-p
Expand Down

0 comments on commit f8552ce

Please sign in to comment.