Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
dbgjerez committed Nov 9, 2023
1 parent f6299f6 commit 9c1a832
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/front-users-fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm run build

```bash
SERVICE_NAME=cdc-front-users-fr
SERVICE_VERSION=0.1
SERVICE_VERSION=0.4
podman build \
-t quay.io/dborrego/$SERVICE_NAME:$SERVICE_VERSION \
-f Containerfile.run
Expand Down
2 changes: 1 addition & 1 deletion apps/front-users-fr/gitops/dev.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
service:
version: 0.3
version: 0.4

deployment:
port: 8080
Expand Down
4 changes: 2 additions & 2 deletions apps/front-users-pt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm start

### Production

This mode generates the static files to execute the applicaiton.
This mode generates the static files to execute the application.

```bash
npm run build
Expand All @@ -25,7 +25,7 @@ npm run build

```bash
SERVICE_NAME=cdc-front-users-pt
SERVICE_VERSION=0.1
SERVICE_VERSION=0.2
podman build \
-t quay.io/dborrego/$SERVICE_NAME:$SERVICE_VERSION \
-f Containerfile.run
Expand Down
2 changes: 1 addition & 1 deletion apps/front-users-pt/gitops/dev.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
service:
version: 0.3
version: 0.2

deployment:
port: 8080
Expand Down

0 comments on commit 9c1a832

Please sign in to comment.