File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ If you are not familiar with Helm - how to configure it and run - you can start
15
15
1 . Clone the target repo:
16
16
17
17
```
18
- git clone https://github.com/rht-labs/open-management-portal -git-api
18
+ git clone https://github.com/rht-labs/lodestar -git-api
19
19
```
20
20
21
21
2 . Change into to the ` deployment ` directory:
22
22
23
23
```
24
- cd open-management-portal -git-api/deployment
24
+ cd lodestar -git-api/deployment
25
25
```
26
26
27
27
3 . Deploy using the following Helm command:
28
28
29
29
``` shell script
30
30
helm template . \
31
31
--values values-dev.yaml \
32
- --set git.uri=https://github.com/rht-labs/open-management-portal -git-api.git \
32
+ --set git.uri=https://github.com/rht-labs/lodestar -git-api.git \
33
33
--set git.ref=master \
34
34
--set configRepositoryId=< your-config-repository-id> \
35
35
--set deployKey=< your-gitlab-deploy-key-id> \
Original file line number Diff line number Diff line change 7
7
#
8
8
# Then, build the image with:
9
9
#
10
- # docker build -f src/main/docker/Dockerfile.jvm -t quarkus/open-management-portal -git-api-jvm .
10
+ # docker build -f src/main/docker/Dockerfile.jvm -t quarkus/lodestar -git-api-jvm .
11
11
#
12
12
# Then run the container using:
13
13
#
14
- # docker run -i --rm -p 8080:8080 quarkus/open-management-portal -git-api-jvm
14
+ # docker run -i --rm -p 8080:8080 quarkus/lodestar -git-api-jvm
15
15
#
16
16
###
17
17
FROM fabric8/java-alpine-openjdk8-jre:1.6.5
Original file line number Diff line number Diff line change 7
7
#
8
8
# Then, build the image with:
9
9
#
10
- # docker build -f src/main/docker/Dockerfile.native -t quarkus/open-management-portal -git-api .
10
+ # docker build -f src/main/docker/Dockerfile.native -t quarkus/lodestar -git-api .
11
11
#
12
12
# Then run the container using:
13
13
#
14
- # docker run -i --rm -p 8080:8080 quarkus/open-management-portal -git-api
14
+ # docker run -i --rm -p 8080:8080 quarkus/lodestar -git-api
15
15
#
16
16
###
17
17
FROM registry.access.redhat.com/ubi8/ubi-minimal
You can’t perform that action at this time.
0 commit comments