This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Quota Manager] Fix k8s Deployment Issues (#391)
- Loading branch information
1 parent
78d66d6
commit 740b604
Showing
3 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Dockerfile for VPC Manager | ||
# Dockerfile for Quota Manager | ||
|
||
FROM jboss/base-jdk:11 | ||
|
||
|
@@ -11,7 +11,7 @@ MAINTAINER Zhonghao Lyu <[email protected]> | |
#ENV SWAGGER_JSON "/app/swagger.json" | ||
#ENV PORT 801 | ||
|
||
EXPOSE 8080 | ||
EXPOSE 9012 | ||
|
||
# Generate container image and run container | ||
#COPY ./target/swagger/swagger.json /app/swagger.json | ||
|