Skip to content

Commit

Permalink
Update packages and image versions (#5)
Browse files Browse the repository at this point in the history
* Update versions

* Revert artilery to 2.0.20 version
  • Loading branch information
smiasojed authored Sep 25, 2024
1 parent 4c308ab commit 9210d24
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 291 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ docker run --rm -p 3000:3000 paritytech/revive-remix-backend:latest
Alternatively, you can use Kubernetes:

```sh
cd k8s
kubectl apply -f pod.yaml
kubectl port-forward pod/revive-remix-backend-pod 3000:3000
```
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ helm install prometheus-adapter prometheus-community/prometheus-adapter --namesp

```sh
eval $(minikube docker-env)
docker build --platform=linux/amd64 -t paritytech/revive-remix-backend:1.0.0 ../
docker build --platform=linux/amd64 -t paritytech/revive-remix-backend:1.1.0 ../
```

### Deploy your application and configure monitoring
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: revive-remix-backend
image: paritytech/revive-remix-backend:1.0.0
image: paritytech/revive-remix-backend:1.1.0
imagePullPolicy: IfNotPresent
ports:
- name: web
Expand Down
2 changes: 1 addition & 1 deletion k8s/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: revive-remix-backend
image: paritytech/revive-remix-backend:1.0.0
image: paritytech/revive-remix-backend:1.1.0
ports:
- containerPort: 3000
resources:
Expand Down
Loading

0 comments on commit 9210d24

Please sign in to comment.