Skip to content

Commit c1632f6

Browse files
committed
Add liveness and readiness probes to values.yaml for lidereuropean application
1 parent fb2d177 commit c1632f6

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

apps/lidereuropean/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ingress:
1919
hosts:
2020
- lidereuropean.ro
2121

22+
livenessProbe: null
23+
readinessProbe: null
24+
2225
resources:
2326
requests:
2427
cpu: 10m

apps/oncologie-pediatrica/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ingress:
1818
hosts:
1919
- app.ukrainechildcancerhelp.ro
2020

21+
livenessProbe: null
22+
readinessProbe: null
23+
2124
resources:
2225
requests:
2326
cpu: 10m

apps/platformadonatorilor/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ ingress:
2323
- platformadonatorilor.ro
2424
- dashboard.platformadonatorilor.ro
2525

26+
livenessProbe: null
27+
readinessProbe: null
28+
2629
resources:
2730
requests:
2831
cpu: 10m

apps/rezultate-vot/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ingress:
1818
hosts:
1919
- api.rezultatevot.ro
2020

21+
livenessProbe: null
22+
readinessProbe: null
23+
2124
resources:
2225
requests:
2326
cpu: 50m

apps/rvm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ingress:
1919
hosts:
2020
- rvmapp.ro
2121

22+
livenessProbe: null
23+
readinessProbe: null
24+
2225
resources:
2326
requests:
2427
cpu: 10m

apps/seismic-risc/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ingress:
1818
hosts:
1919
- api.acasainsiguranta.ro
2020

21+
livenessProbe: null
22+
readinessProbe: null
23+
2124
resources:
2225
requests:
2326
cpu: 10m

apps/sens-pozitiv/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ ingress:
2121
service:
2222
port: 8070
2323

24+
livenessProbe: null
25+
readinessProbe: null
26+
2427
resources:
2528
requests:
2629
cpu: 30m

0 commit comments

Comments
 (0)