Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: auditservice
image: octopussamples/octopub-audit-microservice
image: octopussamples/octopub-audit-microservice:20250917.426.1
ports:
- name: http-audit
containerPort: 10000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: web
image: octopussamples/octopub-frontend
image: octopussamples/octopub-frontend:20250917.451.1
ports:
- containerPort: 8080
name: http-port
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: productservice
image: octopussamples/octopub-products-microservice
image: octopussamples/octopub-products-microservice:20250917.431.1
ports:
- name: http-product
containerPort: 8083
Expand Down