Skip to content

Commit 04e9790

Browse files
author
Tomas Kummer
committed
replace_omp_lodestar
1 parent 4cffcc5 commit 04e9790

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

deployment/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ If you are not familiar with Helm - how to configure it and run - you can start
1515
1. Clone the target repo:
1616

1717
```
18-
git clone https://github.com/rht-labs/open-management-portal-git-api
18+
git clone https://github.com/rht-labs/lodestar-git-api
1919
```
2020

2121
2. Change into to the `deployment` directory:
2222

2323
```
24-
cd open-management-portal-git-api/deployment
24+
cd lodestar-git-api/deployment
2525
```
2626

2727
3. Deploy using the following Helm command:
2828

2929
```shell script
3030
helm template . \
3131
--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 \
3333
--set git.ref=master \
3434
--set configRepositoryId=<your-config-repository-id> \
3535
--set deployKey=<your-gitlab-deploy-key-id> \

src/main/docker/Dockerfile.jvm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
#
88
# Then, build the image with:
99
#
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 .
1111
#
1212
# Then run the container using:
1313
#
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
1515
#
1616
###
1717
FROM fabric8/java-alpine-openjdk8-jre:1.6.5

src/main/docker/Dockerfile.native

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
#
88
# Then, build the image with:
99
#
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 .
1111
#
1212
# Then run the container using:
1313
#
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
1515
#
1616
###
1717
FROM registry.access.redhat.com/ubi8/ubi-minimal

0 commit comments

Comments
 (0)