Skip to content

Commit 41bc869

Browse files
committed
Reapply "Merge pull request #193 from HSLdevcom/no-hpa-overrule"
This reverts commit 5c3c7e6.
1 parent 5c3c7e6 commit 41bc869

15 files changed

+15
-15
lines changed

roles/aks-apply/files/prod/digitransit-proxy-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
selector:
2727
matchLabels:
2828
app: digitransit-proxy
29-
replicas: 8
29+
# replicas: 8
3030
strategy:
3131
type: RollingUpdate
3232
rollingUpdate:

roles/aks-apply/files/prod/digitransit-ui-hsl-v3-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
selector:
2727
matchLabels:
2828
app: digitransit-ui-hsl-v3
29-
replicas: 5
29+
# replicas: 5
3030
strategy:
3131
type: RollingUpdate
3232
rollingUpdate:

roles/aks-apply/files/prod/digitransit-ui-matka-v3-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
selector:
2727
matchLabels:
2828
app: digitransit-ui-matka-v3
29-
replicas: 2
29+
# replicas: 2
3030
strategy:
3131
type: RollingUpdate
3232
rollingUpdate:

roles/aks-apply/files/prod/digitransit-ui-waltti-v3-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
selector:
2727
matchLabels:
2828
app: digitransit-ui-waltti-v3
29-
replicas: 3
29+
# replicas: 3
3030
strategy:
3131
type: RollingUpdate
3232
rollingUpdate:

roles/aks-apply/files/prod/hsl-map-server-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
app: hsl-map-server
2121
update: auto
2222
spec:
23-
replicas: 4
23+
# replicas: 4
2424
strategy:
2525
type: RollingUpdate
2626
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-finland-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
restartAt: "05.30"
2323
restartLimitInterval: "720"
2424
spec:
25-
replicas: 2
25+
# replicas: 2
2626
strategy:
2727
type: RollingUpdate
2828
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-finland-v2-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
checkImageFreshnessAt: "09.00"
2525
imageFreshnessTitle: "Finland_routing_data"
2626
spec:
27-
replicas: 2
27+
# replicas: 2
2828
strategy:
2929
type: RollingUpdate
3030
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-hsl-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
restartAt: "05.15"
2222
restartLimitInterval: "720"
2323
spec:
24-
replicas: 20
24+
# replicas: 20
2525
strategy:
2626
type: RollingUpdate
2727
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-hsl-v2-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
checkImageFreshnessAt: "09.00"
2525
imageFreshnessTitle: "HSL_routing_data"
2626
spec:
27-
replicas: 18
27+
# replicas: 18
2828
strategy:
2929
type: RollingUpdate
3030
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-kela-v2-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
checkImageFreshnessAt: "09.00"
2525
imageFreshnessTitle: "Kela_routing_data"
2626
spec:
27-
replicas: 2
27+
# replicas: 2
2828
strategy:
2929
type: RollingUpdate
3030
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-varely-v2-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
checkImageFreshnessAt: "09.00"
2525
imageFreshnessTitle: "Seutuplus_routing_data"
2626
spec:
27-
replicas: 2
27+
# replicas: 2
2828
strategy:
2929
type: RollingUpdate
3030
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-waltti-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
restartAt: "05.45"
2323
restartLimitInterval: "720"
2424
spec:
25-
replicas: 3
25+
# replicas: 3
2626
strategy:
2727
type: RollingUpdate
2828
rollingUpdate:

roles/aks-apply/files/prod/opentripplanner-waltti-v2-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
checkImageFreshnessAt: "09.00"
2525
imageFreshnessTitle: "Waltti_routing_data"
2626
spec:
27-
replicas: 32
27+
# replicas: 32
2828
strategy:
2929
type: RollingUpdate
3030
rollingUpdate:

roles/aks-apply/files/prod/pelias-api-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
app: pelias-api
2121
update: auto
2222
spec:
23-
replicas: 6
23+
# replicas: 6
2424
strategy:
2525
type: RollingUpdate
2626
rollingUpdate:

roles/aks-apply/files/prod/pelias-data-container-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
app: pelias-data-container
2525
update: auto
2626
spec:
27-
replicas: 7
27+
# replicas: 7
2828
strategy:
2929
type: RollingUpdate
3030
rollingUpdate:

0 commit comments

Comments
 (0)