Commit 7574472 1 parent fbd83f1 commit 7574472 Copy full SHA for 7574472
File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Feel free to give it a try there!
50
50
There are pre-build container images available:
51
51
52
52
``` bash
53
- docker pull ghcr.io/pyrra-dev/pyrra:v0.2 .0
53
+ docker pull ghcr.io/pyrra-dev/pyrra:v0.3 .0
54
54
```
55
55
56
56
While running Pyrra on its own works there won't be any SLO configured nor will there be any data from a Prometheus to work with.
Original file line number Diff line number Diff line change 1
1
openapi : 3.0.2
2
2
info :
3
3
title : Pyrra
4
- version : 0.0 .0
4
+ version : 0.3 .0
5
5
servers :
6
6
- url : /api/v1
7
7
paths :
Original file line number Diff line number Diff line change 32
32
- api
33
33
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090
34
34
- --api-url=http://pyrra-kubernetes.monitoring.svc.cluster.local:9444
35
- image : ghcr.io/pyrra-dev/pyrra:v0.2 .0
35
+ image : ghcr.io/pyrra-dev/pyrra:v0.3 .0
36
36
name : pyrra-api
37
37
ports :
38
38
- name : http
Original file line number Diff line number Diff line change 33
33
containers :
34
34
- args :
35
35
- kubernetes
36
- image : ghcr.io/pyrra-dev/pyrra:v0.2 .0
36
+ image : ghcr.io/pyrra-dev/pyrra:v0.3 .0
37
37
name : pyrra-kubernetes
38
38
resources :
39
39
limits :
Original file line number Diff line number Diff line change 8
8
9
9
services :
10
10
prometheus :
11
- image : prom/prometheus:v2.29.2
11
+ image : prom/prometheus:v2.32.1
12
12
restart : always
13
13
networks :
14
14
- pyrra
@@ -23,7 +23,7 @@ services:
23
23
- prometheus_pyrra:/etc/prometheus/pyrra
24
24
25
25
pyrra-api :
26
- image : ghcr.io/pyrra-dev/pyrra:v0.2 .0
26
+ image : ghcr.io/pyrra-dev/pyrra:v0.3 .0
27
27
restart : always
28
28
command :
29
29
- api
@@ -36,7 +36,7 @@ services:
36
36
- pyrra
37
37
38
38
pyrra-filesystem :
39
- image : ghcr.io/pyrra-dev/pyrra:v0.2 .0
39
+ image : ghcr.io/pyrra-dev/pyrra:v0.3 .0
40
40
restart : always
41
41
command :
42
42
- filesystem
You can’t perform that action at this time.
0 commit comments