Skip to content

Commit

Permalink
Merge pull request #45 from rishiraj88/develop
Browse files Browse the repository at this point in the history
Add Kubectl screenshots about Deployment and pod management.
  • Loading branch information
rishiraj88 authored Feb 15, 2025
2 parents 66d7657 + 1690d69 commit 21a1567
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 5 deletions.
26 changes: 23 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,32 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
- name: Build with Maven the app Inventory
shell: bash
working-directory: ./inventory
run: mvn install
# run: mvn -B package --file pom.xml
- name: Build with Maven the app Order
shell: bash
working-directory: ./order
run: mvn clean install
run: mvn install
# run: mvn -B package --file pom.xml

- name: Build with Maven the app Product
shell: bash
working-directory: ./product
run: mvn install
# run: mvn -B package --file pom.xml
- name: Build with Maven the app Gateway
shell: bash
working-directory: ./gateway
run: mvn install
# run: mvn -B package --file pom.xml
- name: Build with Maven the app Notification
shell: bash
working-directory: ./notification
run: mvn install
# run: mvn -B package --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Binary file added assets/upload20250215/01-kubectl-pods-created.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/upload20250215/02-docker-gui-pods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
- scheme-registry

#Inventory app
mysql:
mysqldb:
image: mysql:8.3.0
container_name: mysql-inv
environment:
Expand All @@ -112,7 +112,7 @@ services:
ports:
- "8082:8082"
depends_on:
- mysql
- mysqldb

#Notification app
kafka-consumer:
Expand Down

0 comments on commit 21a1567

Please sign in to comment.